Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Collins committed Jul 12, 2018
1 parent 0a4f184 commit 34d5050
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 19 deletions.
16 changes: 0 additions & 16 deletions CHANGELOG

This file was deleted.

39 changes: 39 additions & 0 deletions CHANGELOG.md
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.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you are using Maven to manage your project's dependencies, you can run `mvn i
<dependency>
<groupId>net.conjur.api</groupId>
<artifactId>conjur-api</artifactId>
<version>1.2</version>
<version>2.0.0</version>
</dependency>
```

Expand Down Expand Up @@ -145,7 +145,7 @@ alternative implementation.

## License

Copyright 2016-2017 CyberArk
Copyright 2016-2018 CyberArk

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.conjur.api</groupId>
<artifactId>conjur-api</artifactId>
<version>1.2</version>
<version>2.0.0</version>

<name>Conjur</name>
<description>Client for the Conjur API</description>
Expand Down

0 comments on commit 34d5050

Please sign in to comment.