Skip to content

Commit

Permalink
#000: Pritam: Add release notes for 0.6.0-RC1 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpritam committed Oct 23, 2018
1 parent 1794e53 commit 63bf0e7
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ The product is in a new repository: [csw](https://github.com/tmtsoftware/csw).

All notable changes to this project will be documented in this file.

## [CSW v0.6.0-RC1] - 2018-10-23

This is the release candidate 1 of the third release of the TMT Common Software for project stakeholders.
This release includes event service.
See [here](https://tmtsoftware.github.io/csw/0.6.0-RC1/) for a detailed documentation of this version of the CSW software.

## [CSW v0.5.0] - 2018-08-31

This is version 0.5 the second 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 @@ -12,6 +12,7 @@ Version History

| Date | Tag | Docs | Source | Download |
|-----|-----|--------|-----|-----|
| 2018-10-23 | v0.6.0-RC1 | [scala](https://tmtsoftware.github.io/csw/0.6.0-RC1/api/scala/index.html), [java](https://tmtsoftware.github.io/csw/0.6.0-RC1/api/java/index.html) | [csw-0.6.0-RC1](https://github.com/tmtsoftware/csw/tree/v0.6.0-RC1)| Source: [tar.gz](https://github.com/tmtsoftware/csw/archive/v0.6.0-RC1.tar.gz), [zip](https://github.com/tmtsoftware/csw/archive/v0.6.0-RC1.zip) |
| 2018-08-31 | v0.5.0 | [scala](https://tmtsoftware.github.io/csw/0.5.0/api/scala/index.html), [java](https://tmtsoftware.github.io/csw/0.5.0/api/java/index.html) | [csw-0.5.0](https://github.com/tmtsoftware/csw/tree/v0.5.0)| Source: [tar.gz](https://github.com/tmtsoftware/csw/archive/v0.5.0.tar.gz), [zip](https://github.com/tmtsoftware/csw/archive/v0.5.0.zip) |
| 2018-08-24 | v0.5.0-RC2 | [scala](https://tmtsoftware.github.io/csw/0.5.0-RC2/api/scala/index.html), [java](https://tmtsoftware.github.io/csw/0.5.0-RC2/api/java/index.html) | [csw-0.5.0-RC2](https://github.com/tmtsoftware/csw/tree/v0.5.0-RC2)| Source: [tar.gz](https://github.com/tmtsoftware/csw/archive/v0.5.0-RC2.tar.gz), [zip](https://github.com/tmtsoftware/csw/archive/v0.5.0-RC2.zip) |
| 2018-08-01 | v0.5.0-RC1 | [scala](https://tmtsoftware.github.io/csw/0.5.0-RC1/api/scala/index.html), [java](https://tmtsoftware.github.io/csw/0.5.0-RC1/api/java/index.html) | [csw-0.5.0-RC1](https://github.com/tmtsoftware/csw/tree/v0.5.0-RC1)| Source: [tar.gz](https://github.com/tmtsoftware/csw/archive/v0.5.0-RC1.tar.gz), [zip](https://github.com/tmtsoftware/csw/archive/v0.5.0-RC1.zip) |
Expand Down
17 changes: 17 additions & 0 deletions notes/0.6.0-RC1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## CSW - TMT Common Software v0.6.0-RC1

This is release v0.6.0-RC1 of the TMT Common Software.

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

### Changes
- github repository `csw-prod` is renamed to `csw`.
- top level package in all modules changed from `csw.services` to `csw`
- all the csw services are injected to `ComponentHandlers` as a part of `CswContext` wrapper
- removed `csw-cluster-seed` module
- extracted `csw-admin-server` module out from `csw-cluster-seed` and moved remaining location related code to `csw-location-server`
- migrated all CLI applications and framework to use HTTP Location Service client
- separated out command service API and client
- `csw-messages` module renamed to `csw-params`
- `csw-params` is cross compilable to `java` and `js`
- messages from `csw-messages` module moved to `csw-command-client`
8 changes: 0 additions & 8 deletions notes/0.6.0.markdown

This file was deleted.

0 comments on commit 63bf0e7

Please sign in to comment.