You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* WIP: Upgrade to scala 2.13
* compiler options
* adapt code to api changes
* get rid of iteratees in datastore
* fix compiler errors in datastore
* fix compiler issues in wk module
* update slick
* fix zipio
* WIP: add play-swagger inside of repo
* compatible versions for swagger+jackson
* fix api prefixes in swagger schema
* bump wk-wrap version
* deal with some deprecation warnings
* no more symbols in jspaths
* four more warnings
* deal with scala deprecation warnings
* add license for swagger module
* adapt tests
* changelog
* refresh snapshots (default map ordering has changed)
* remove commented out line
* remove Symbol wrapper in scriptPublicReads
* add comment on unsafeWrapArray
Copy file name to clipboardexpand all lines: CHANGELOG.unreleased.md
+1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
15
15
- Added social media link previews for links to datasets and annotations (only if they are public or if the links contain sharing tokens). [#7331](https://github.com/scalableminds/webknossos/pull/7331)
16
16
17
17
### Changed
18
+
- Updated backend code to Scala 2.13, with upgraded Dependencies for optimized performance. [#7327](https://github.com/scalableminds/webknossos/pull/7327)
18
19
19
20
### Fixed
20
21
- Fixed that segment statistics were requested in the wrong resolution and without properly considering the dataset scale. [#7355](https://github.com/scalableminds/webknossos/pull/7355)
0 commit comments