Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.42.6"
".": "0.42.7"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.42.7](https://github.com/Makr91/BoxVault/compare/v0.42.6...v0.42.7) (2026-02-09)


### Bug Fixes

* enhance service account handling and organization verification in authentication middleware ([c8ddf85](https://github.com/Makr91/BoxVault/commit/c8ddf85327caac924f1ab55df22fe27228466b26))
* ensure proper handling of write stream drain event in chunk merging ([05dd1f8](https://github.com/Makr91/BoxVault/commit/05dd1f884fdd4278b61060b6089264293676bf23))
* improve chunked upload handling and increase resource limits in service configuration ([b33868d](https://github.com/Makr91/BoxVault/commit/b33868d2a31c0497bb5220186f78fcec6c2f6128))
* refactor chunk merging to use recursion for improved performance and readability ([7f13507](https://github.com/Makr91/BoxVault/commit/7f13507f389eec9de14ff918cafbeee065363ed7))

## [0.42.6](https://github.com/Makr91/BoxVault/compare/v0.42.5...v0.42.6) (2026-02-09)


Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boxvault-backend",
"version": "0.42.6",
"version": "0.42.7",
"description": "BoxVault Backend - Vagrant box repository management system",
"type": "module",
"exports": "./server.js",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boxvault-frontend",
"version": "0.42.6",
"version": "0.42.7",
"private": true,
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "boxvault",
"version": "0.42.6"
"version": "0.42.7"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boxvault",
"version": "0.42.6",
"version": "0.42.7",
"description": "BoxVault is a cloud-based storage solution for VM Templates and ISOs.",
"private": true,
"main": "backend/server.js",
Expand Down