Skip to content

Commit

Permalink
Merge pull request #115 from kbase/dev-release_notes
Browse files Browse the repository at this point in the history
update release notes && kbase.yml file
  • Loading branch information
Xiangs18 authored Jun 4, 2024
2 parents 2213d27 + 2b177eb commit 4fa0e19
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# handle_service release notes
=========================================

## 1.0.7
* The MongoDB clients have been updated to the most recent version and the service tested against Mongo 7.
* Added the mongo-retrywrites configuration setting in deployment.cfg.templ, defaulting to false.
* Added the docker-compose file to start a handle service server in test mode.
* Added pipenv to handle dependencies.
* Removed Mongo setup from Dockerfile and converted test to run without `kb-sdk`.
* Fixed broken Lintly in GHA.
* Updated Python to 3.9.19.

## 1.0.6

* Added jitpack build for Java client
Expand Down
4 changes: 2 additions & 2 deletions kbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ service-language:
python

module-version:
1.0.6
1.0.7

owners:
[tgu2, gaprice]
[tgu2, gaprice, sijiex]

4 changes: 2 additions & 2 deletions lib/AbstractHandle/AbstractHandleImpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class AbstractHandle:
# state. A method could easily clobber the state set by another while
# the latter method is running.
######################################### noqa
VERSION = "1.0.6"
VERSION = "1.0.7"
GIT_URL = "git@github.com:kbase/handle_service2.git"
GIT_COMMIT_HASH = "8c12a514cc5c592dc1af6b221b5646346208bbf8"
GIT_COMMIT_HASH = "2213d274f478e42f3c8dd796a2cd07ed8f086692"

#BEGIN_CLASS_HEADER
MONGO_COLLECTION = 'handle'
Expand Down

0 comments on commit 4fa0e19

Please sign in to comment.