-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dustin Collins
committed
Jul 12, 2018
1 parent
0a4f184
commit 34d5050
Showing
4 changed files
with
42 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [2.0.0] - 2018-7-12 | ||
### Added | ||
- License updated to Apache v2 - PR [8](https://github.com/cyberark/conjur-api-java/pull/8) | ||
### Changed | ||
- Authn tokens now use the new Conjur 5 format - PR [21](https://github.com/cyberark/conjur-api-java/pull/21) | ||
- Configuration change. When using environment variables, use `CONJUR_AUTHN_LOGIN` and `CONJUR_AUTHN_API_KEY` now | ||
instead of `CONJUR_CREDENTIALS` - https://github.com/cyberark/conjur-api-java/commit/60344308fc48cb5380c626e612b91e1e720c03fb | ||
|
||
## [1.4.0] - 2015-5-15 | ||
### Changed | ||
- Remove non-JAXRS usage to allow users to provide their own implementation of the standard. | ||
- Handle JSON with Gson | ||
|
||
## [1.3.0] - 2015-4-16 | ||
### Changed | ||
- Change variable behavior to reflect the fact that you may not have 'read' permission on | ||
a variable that you can 'execute' or 'update'. | ||
- Allow SSL hostname verification to be disabled in order to facilitate development and debugging. | ||
|
||
## [1.2.0] - 2015-4-15 | ||
### Changed | ||
- Fix appliance endpoints bug | ||
- deprecate Endpoints.of | ||
- expose Endpoints constructors. | ||
|
||
## [0.9.0] - 2018-7-11 | ||
### Changed | ||
- Adds CIDR restrictions to Host and User resources | ||
- Adds Kubernete authentication | ||
- Optimize audit database and responses, for a significant improvement of performance. | ||
- `start` no longer fails to show Help information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters