Skip to content

Commit

Permalink
#ESW-382: Mausam | Poorva : Update changelogs and notes (minimal chan…
Browse files Browse the repository at this point in the history
…ges for pre-release)

Co-authored-by: Mausam Yede <[email protected]>
  • Loading branch information
Poorva17 and mausamyede committed Sep 24, 2020
1 parent 7bb97bf commit 3787e75
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ All notable changes to this project will be documented in this file.
- For Java users, `JAkkaRegistrationFactory` is added.
- Contract change for ComponentHandlers `initialize` method, return type changed from `Future[Unit]` to `Unit` i.e. from non-blocking to blocking.

## [CSW v3.0.0-M1] - 2020-09-24
- `->` method on a Key now takes a single parameter instead of varargs. For varargs, please use `set` method.
- `->` method on a Key that took an array of values has been removed. Please use `setAll` method instead.
- `->` Removed usage of client-role and used realm-role instead in location server and config server routes.
- Contract change for location service API for example `registration` and `location` model incorporate metadata.
`Metadata` is additional information associated with `registration`.
- Removed `RegistrationFactory` from `location-server` module. Instead, following should be used by Scala and Java users to instantiate `AkkaRegistration`
- For Scala users, `AkkaRegistrationFactory` API change to expect actorRef instead of URI of remote actorRef
- For Java users, `JAkkaRegistrationFactory` is added.
- Contract change for ComponentHandlers `initialize` method, return type changed from `Future[Unit]` to `Unit` i.e. from non-blocking to blocking.

## [CSW v2.0.1] - 2020-03-20

This is a First minor release post Second major release of the TMT Common Software for project stakeholders.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ See [here](https://tmtsoftware.github.io/csw/) for a detailed description of the

| Date | Tag | Docs | Source | Download |
|-----|-----|--------|-----|-----|
| 2020-09-24 | v3.0.0-M1 | [scala](https://tmtsoftware.github.io/csw/3.0.0-M1/api/scala/index.html), [java](https://tmtsoftware.github.io/csw/3.0.0-M1/api/java/index.html) | [csw-3.0.0-M1](https://github.com/tmtsoftware/csw/tree/v3.0.0-M1)| Apps: [zip](https://github.com/tmtsoftware/csw/releases/download/v3.0.0-M1/csw-apps-3.0.0-M1.zip), Source: [tar.gz](https://github.com/tmtsoftware/csw/archive/v3.0.0-M1.tar.gz), [zip](https://github.com/tmtsoftware/csw/archive/v3.0.0-M1.zip) |
| 2020-03-03 | v2.0.0-RC3 | [scala](https://tmtsoftware.github.io/csw/2.0.0-RC3/api/scala/index.html), [java](https://tmtsoftware.github.io/csw/2.0.0-RC3/api/java/index.html) | [csw-2.0.0-RC3](https://github.com/tmtsoftware/csw/tree/v2.0.0-RC3)| Apps: [zip](https://github.com/tmtsoftware/csw/releases/download/v2.0.0-RC3/csw-apps-2.0.0-RC3.zip), Source: [tar.gz](https://github.com/tmtsoftware/csw/archive/v2.0.0-RC3.tar.gz), [zip](https://github.com/tmtsoftware/csw/archive/v2.0.0-RC3.zip) |
| 2020-02-26 | v2.0.0-RC2 | [scala](https://tmtsoftware.github.io/csw/2.0.0-RC2/api/scala/index.html), [java](https://tmtsoftware.github.io/csw/2.0.0-RC2/api/java/index.html) | [csw-2.0.0-RC2](https://github.com/tmtsoftware/csw/tree/v2.0.0-RC2)| Apps: [zip](https://github.com/tmtsoftware/csw/releases/download/v2.0.0-RC2/csw-apps-2.0.0-RC2.zip), Source: [tar.gz](https://github.com/tmtsoftware/csw/archive/v2.0.0-RC2.tar.gz), [zip](https://github.com/tmtsoftware/csw/archive/v2.0.0-RC2.zip) |
| 2020-02-06 | v2.0.0-RC1 | [scala](https://tmtsoftware.github.io/csw/2.0.0-RC1/api/scala/index.html), [java](https://tmtsoftware.github.io/csw/2.0.0-RC1/api/java/index.html) | [csw-2.0.0-RC1](https://github.com/tmtsoftware/csw/tree/v2.0.0-RC1)| Apps: [zip](https://github.com/tmtsoftware/csw/releases/download/v2.0.0-RC1/csw-apps-2.0.0-RC1.zip), Source: [tar.gz](https://github.com/tmtsoftware/csw/archive/v2.0.0-RC1.tar.gz), [zip](https://github.com/tmtsoftware/csw/archive/v2.0.0-RC1.zip) |
Expand Down
11 changes: 11 additions & 0 deletions notes/3.0.0-M1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## CSW - TMT Common Software v3.0.0-M1

This is release v3.0.0-M1 of the TMT Common Software.

See [CHANGELOG.md](CHANGELOG.md) for details of all releases.


### Documentation
- Reference paradox documentation: https://tmtsoftware.github.io/csw/3.0.0-M1/
- Scaladoc: https://tmtsoftware.github.io/csw/3.0.0-M1/api/scala/index.html
- Javadoc: https://tmtsoftware.github.io/csw/3.0.0-M1/api/java/index.html

0 comments on commit 3787e75

Please sign in to comment.