[doc] update changelog
Browse files- docs/Changelog.md +12 -2
docs/Changelog.md
CHANGED
@@ -1,21 +1,27 @@
|
|
1 |
# Changelog
|
2 |
|
3 |
## Version 1.3.0
|
4 |
-
|
|
|
5 |
- add map navigation locking (unlockable!) on ML request to take advantage of image embedding re-use
|
6 |
- add a metadata section within the pyproject.toml file
|
|
|
7 |
|
8 |
## Version 1.2.2
|
|
|
9 |
- update dependencies version
|
10 |
|
11 |
## Version 1.2.1
|
|
|
12 |
- update dependencies version
|
13 |
|
14 |
## Version 1.2.0
|
|
|
15 |
- code refactor to separate core functionality (instance segmentation) from other code
|
16 |
- updated test coverage
|
17 |
|
18 |
## Version 1.1.0
|
|
|
19 |
- Added this changelog
|
20 |
- specific backend branch code uses terrain providers like nextzen and MapBox Terrain-RGB v1
|
21 |
- update test coverage
|
@@ -23,16 +29,20 @@
|
|
23 |
- update node dependencies versions
|
24 |
|
25 |
## Version 1.0.2
|
|
|
26 |
- HuggingFace frontend demo: update the navbar url to SamGIS docs
|
27 |
- add two openapi docs builder scripts
|
28 |
- update samgis version within docs
|
29 |
- remove unused package.json
|
30 |
|
31 |
## Version 1.0.1
|
32 |
-
|
|
|
33 |
|
34 |
## Version 1.0.0
|
|
|
35 |
First release:
|
|
|
36 |
- user onboarding tour with driver.js
|
37 |
- code decoupling between the AWS lambda wrapper and the backend...
|
38 |
- ...now also deployed on this HuggingSpace space demo (here some explanation about adding a SPA vuejs frontend)
|
|
|
1 |
# Changelog
|
2 |
|
3 |
## Version 1.3.0
|
4 |
+
|
5 |
+
- take advantage of re-usable image embeddings in SAM model using [email protected]
|
6 |
- add map navigation locking (unlockable!) on ML request to take advantage of image embedding re-use
|
7 |
- add a metadata section within the pyproject.toml file
|
8 |
+
- handle case of samgis not installed within the docker image that could crash the backend on /health requests
|
9 |
|
10 |
## Version 1.2.2
|
11 |
+
|
12 |
- update dependencies version
|
13 |
|
14 |
## Version 1.2.1
|
15 |
+
|
16 |
- update dependencies version
|
17 |
|
18 |
## Version 1.2.0
|
19 |
+
|
20 |
- code refactor to separate core functionality (instance segmentation) from other code
|
21 |
- updated test coverage
|
22 |
|
23 |
## Version 1.1.0
|
24 |
+
|
25 |
- Added this changelog
|
26 |
- specific backend branch code uses terrain providers like nextzen and MapBox Terrain-RGB v1
|
27 |
- update test coverage
|
|
|
29 |
- update node dependencies versions
|
30 |
|
31 |
## Version 1.0.2
|
32 |
+
|
33 |
- HuggingFace frontend demo: update the navbar url to SamGIS docs
|
34 |
- add two openapi docs builder scripts
|
35 |
- update samgis version within docs
|
36 |
- remove unused package.json
|
37 |
|
38 |
## Version 1.0.1
|
39 |
+
|
40 |
+
- fixed zlib1g security vulnerability in python:3.11-slim-bookworm docker image, see <https://security-tracker.debian.org/tracker/CVE-2023-45853>
|
41 |
|
42 |
## Version 1.0.0
|
43 |
+
|
44 |
First release:
|
45 |
+
|
46 |
- user onboarding tour with driver.js
|
47 |
- code decoupling between the AWS lambda wrapper and the backend...
|
48 |
- ...now also deployed on this HuggingSpace space demo (here some explanation about adding a SPA vuejs frontend)
|