-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ae84d2
commit 2a6a1f7
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "2.2.0" | ||
".": "2.3.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Changelog | ||
|
||
## [2.3.0](https://github.com/ai4os/DEEPaaS/compare/2.2.0...v2.3.0) (2024-03-25) | ||
|
||
|
||
### Features | ||
|
||
* add ability to setup base path to serve the API from a custom path ([6b7874a](https://github.com/ai4os/DEEPaaS/commit/6b7874a39a25dbebcfb35f75cf7b1a782d1d37ec)), closes [#111](https://github.com/ai4os/DEEPaaS/issues/111) | ||
* add deprecation warnings for test module ([747c7a5](https://github.com/ai4os/DEEPaaS/commit/747c7a53ccb43cd3ee63e5eddc7dd47eb50b64fb)) | ||
* add deprecation warnings when loading several models ([eee055e](https://github.com/ai4os/DEEPaaS/commit/eee055ef3ff744a1d13c4a6187ee23e698c37c15)), closes [#129](https://github.com/ai4os/DEEPaaS/issues/129) | ||
* add option to allow to load a single module ([dce1ab5](https://github.com/ai4os/DEEPaaS/commit/dce1ab57127634333059eb81151c1e017dd2f335)) | ||
* add release-please initial configuration ([a9105fe](https://github.com/ai4os/DEEPaaS/commit/a9105fe469c742d98100a347d29bcb2d008da514)), closes [#134](https://github.com/ai4os/DEEPaaS/issues/134) | ||
* change swagger URL from /ui to /api ([e592cae](https://github.com/ai4os/DEEPaaS/commit/e592cae10ff4b12ae1cdad139096b310bf08c584)), closes [#131](https://github.com/ai4os/DEEPaaS/issues/131) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* [#134](https://github.com/ai4os/DEEPaaS/issues/134) ([a9105fe](https://github.com/ai4os/DEEPaaS/commit/a9105fe469c742d98100a347d29bcb2d008da514)) | ||
* [#134](https://github.com/ai4os/DEEPaaS/issues/134) ([c38f1d7](https://github.com/ai4os/DEEPaaS/commit/c38f1d776fb8a35ea4fadb28e5c6c43254d3ec17)) | ||
* remove marshmallow deprecation warnings ([b0dd6a3](https://github.com/ai4os/DEEPaaS/commit/b0dd6a3488a2701fbceb69cd98c22ac523b85534)) | ||
* remove warnings in test model ([b101b68](https://github.com/ai4os/DEEPaaS/commit/b101b6807f06ae8b16bc2794d21e6a69aa18cde1)) |