-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathRELEASE_NOTES.txt
29 lines (19 loc) · 1018 Bytes
/
RELEASE_NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# USER PROFILE SERVICE
A lightweight service to store public KBase user profiles and related basic information.
## VERSION: 0.3.0 (Released 10/9/24)
* The MongoDB clients have been updated to the most recent version.
* Added the ``mongo-retrywrites`` configuration setting in ``deploy.cfg``, defaulting to ``false``.
* Switched the build system from Make / Ant to Gradle.
* The `lookup_globus_user` method was removed.
* The `globus-url` configuration parameter was removed.
## VERSION: 0.2.1 (Released 4/1/19)
* Updated the MongoDB client to 3.10.1, allowing for Mongo 3.x compatibility.
As such, the mongodb-retry deploy.cfg parameter has been removed, as the MongoDB client
now handles that internally.
## VERSION: 0.1.X to 0.2.0
* The release notes for versions between 0.1.0 and 0.2.1 are lost.
## VERSION: 0.1.0 (Released several years ago, now being Feb 2019)
NEW FEATURES:
- This is the first release of the User Profile service. All features are new.
UPDATED FEATURES / MAJOR BUG FIXES:
- N/A