Skip to content

Commit e9f4731

Browse files
philippottofm3
andauthored
Release 25.02.1 (#8411)
* Create Release 25.02.0 * Fix stuck saving when more than ~1500 buckets were labeled at once (#8409) * tmp: try to debug stuck saving * tmp: attempts to better guard against silent stack overflow * clean up * fix stuck saving * further clean up * clean up * update changelog * format * add console.error in case of ts error * Release 25.02.1 --------- Co-authored-by: Florian M <florian@scm.io>
1 parent 5444647 commit e9f4731

4 files changed

+16
-6
lines changed

CHANGELOG.released.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
77
and this project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`.
88
For upgrade instructions, please check the [migration guide](MIGRATIONS.released.md).
99

10+
## [25.02.1](https://github.com/scalableminds/webknossos/releases/tag/25.02.1) - 2025-02-26
11+
[Commits](https://github.com/scalableminds/webknossos/compare/25.02.0...25.02.1)
12+
13+
### Fixed
14+
- Fixed rare bug where saving got stuck. [#8409](https://github.com/scalableminds/webknossos/pull/8409)
15+
1016
## [25.02.0](https://github.com/scalableminds/webknossos/releases/tag/25.02.0) - 2025-02-17
1117
[Commits](https://github.com/scalableminds/webknossos/compare/25.01.0...25.02.0)
1218

@@ -37,9 +43,6 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
3743
### Removed
3844
- Removed the feature to downsample existing volume annotations. All new volume annotations had a whole mag stack since [#4755](https://github.com/scalableminds/webknossos/pull/4755) (four years ago). [#7917](https://github.com/scalableminds/webknossos/pull/7917)
3945

40-
### Breaking Changes
41-
42-
4346
## [25.01.0](https://github.com/scalableminds/webknossos/releases/tag/25.01.0) - 2025-01-22
4447
[Commits](https://github.com/scalableminds/webknossos/compare/24.12.0...25.01.0)
4548

CHANGELOG.unreleased.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MIC
88
For upgrade instructions, please check the [migration guide](MIGRATIONS.released.md).
99

1010
## Unreleased
11-
[Commits](https://github.com/scalableminds/webknossos/compare/25.02.0...HEAD)
11+
[Commits](https://github.com/scalableminds/webknossos/compare/25.02.1...HEAD)
1212

1313
### Added
1414

MIGRATIONS.released.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ See `MIGRATIONS.unreleased.md` for the changes which are not yet part of an offi
66
This project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`.
77
User-facing changes are documented in the [changelog](CHANGELOG.released.md).
88

9+
## [25.02.1](https://github.com/scalableminds/webknossos/releases/tag/25.02.1) - 2025-02-26
10+
[Commits](https://github.com/scalableminds/webknossos/compare/25.02.0...25.02.1)
11+
12+
### Postgres Evolutions:
13+
14+
915
## [25.02.0](https://github.com/scalableminds/webknossos/releases/tag/25.02.0) - 2025-02-17
1016
[Commits](https://github.com/scalableminds/webknossos/compare/25.01.0...25.02.0)
1117
- config options `proxy.prefix` and `proxy.routes` were renamed to `aboutPageRedirect.prefix` and `aboutPageRedirect.routes` (as we no longer proxy, but redirect). [#8344](https://github.com/scalableminds/webknossos/pull/8344)
@@ -803,4 +809,4 @@ First release
803809
- [009-remove-team-assignment-from-task.sql](conf/evolutions/009-remove-team-assignment-from-task.sql)
804810
- [010-add-organization-data.sql](conf/evolutions/010-add-organization-data.sql)
805811
- [011-add-isOrganizationTeam.sql](conf/evolutions/011-add-isOrganizationTeam.sql)
806-
- [012-add-foreign-keys.sql](conf/evolutions/012-add-foreign-keys.sql)
812+
- [012-add-foreign-keys.sql](conf/evolutions/012-add-foreign-keys.sql)

MIGRATIONS.unreleased.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`.
66
User-facing changes are documented in the [changelog](CHANGELOG.released.md).
77

88
## Unreleased
9-
[Commits](https://github.com/scalableminds/webknossos/compare/25.02.0...HEAD)
9+
[Commits](https://github.com/scalableminds/webknossos/compare/25.02.1...HEAD)
10+
1011

1112
### Postgres Evolutions:

0 commit comments

Comments
 (0)