Releases: OneIdentity/SafeguardJava
Releases · OneIdentity/SafeguardJava
7.5.0.225321-SNAPSHOT
7.4.0.224724
Changes:
- 5d5323c Prepare 7.4 release
- 29c9301 Merge pull request #135 from bnicholesdell/updatepackages74
- 34ab4a3 Update packages before 7.4 release
- 6d42376 Merge pull request #134 from bnicholesdell/issue132-fixpasswordquotes
- e0e3493 Convert the password string using JSON parsing
- 5b08adb Merge pull request #133 from bnicholesdell/implementgetaccesstoken
- 6f89643 Add an API to get the access token. Needed to join a replica to a cluster.
- 51ece82 Merge pull request #130 from bnicholesdell/fixjavadoc1
- 607d8bc Fix the javadoc errors
- b16db23 Merge pull request #129 from bnicholesdell/addeventlistenercallback
See More
- 3c818e6 Implement the callback for the SignalR connection state. Fix some bugs around connecting to the A2A signalr service and mark the A2A Persist event listener APIs that take a thumbprint as not supported. Connecting and authenticating to the A2A signalr service is handled differently than signalr on the core service. The core service authenticates using an access token via restsharp which is able to use the windows certificate store. It then uses Okhttp with the access token to connect to the signalr service. Connecting to the A2A signalr service is done entirely using okhttp and passing a certificate. Okhttp can't pull a certificate out of the windows certificate store by thumbprint. The problem is difference in the authentication methods when using Okhttp.
- 61366e4 Merge pull request #128 from bnicholesdell/minordocupdate
- 5368cdf Minor doc update
- b25bfa8 Merge pull request #127 from bnicholesdell/fixjavadocerrors
- 0d18201 Fix Java doc errors
- 5724cfd Merge pull request #126 from bnicholesdell/adda2asetcredendpoints
- de5a336 Add the APIs to set credentials using the A2A context. Update the tests to verify the new APIs.
- 32db966 TFS 422847: Update SafeguardJava to use Core AuthenticationProviders (#125)
- 1a4dbb9 Merge pull request #124 from bnicholesdell/moveto7_4version
- 938febe Move to next version
This list of changes was auto generated.
7.5.0.224727-SNAPSHOT
Changes:
- c014f62 Merge pull request #136 from bnicholesdell/updatenextrelease
- 255b7f8 Update to the next version
This list of changes was auto generated.
7.3.0.210041
Changes:
- 8957ed3 Update the version for the 7.3.0 release
- 33d5d8a update the test client to use 7.3.0
- 3c544f6 Merge pull request #123 from bnicholesdell/7-3releaseprep1
- 95be26d update test client pom file
- e1c33d3 Merge pull request #122 from bnicholesdell/7-3releaseprep
- 2987836 prep for 7.3 release
- f744fbd Merge pull request #120 from bnicholesdell/fixtests1
- 695a5fd Fix test options
- 4cdc753 Merge pull request #119 from bnicholesdell/a2aapikeyupdates
- f4ad551 Add the event to listen for apikey updates
See More
- cf1b541 Merge pull request #118 from bnicholesdell/nullapikeyworkaround
- 77e9ce5 All the call to retrievable accounts to work even if the api key is null. This is to workaround a bug in SPP 7.1
- 01e5b17 Merge pull request #116 from bnicholesdell/supportgeta2aapikeys
- 475293e Add missing files
- 8ea42b6 Add support for retrieval of an account API key using A2A. Add interface classes for IA2ARetrievableAccount, IApiKeySecret and IBrokeredAccessRequest
- 5d7d69b Merge pull request #115 from JaredCuster/master-7.2
- c446ea4 Move to 7.2.0 pre-release
This list of changes was auto generated.
7.1.0.185999
Changes:
- 7a60627 Merge pull request #114 from JaredCuster/release-7.1.0
- 762ccfa create release 7.1.0
- 812cac9 Merge pull request #107 from OneIdentity/dependabot/maven/com.google.code.gson-gson-2.8.9
- daeb5aa Merge pull request #113 from OneIdentity/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.12.7.1
- 602bd09 Bump jackson-databind from 2.12.7 to 2.12.7.1
- 8533903 Update azure-pipelines.yml for Azure Pipelines
- 3c8fa41 Merge pull request #111 from bnicholesdell/moveto71
- 7c94054 Move the version to 7.1.0 pre-release
- 4bbf039 Bump gson from 2.8.8 to 2.8.9
This list of changes was auto generated.
7.0.0.172976
Changes:
This list of changes was auto generated.
7.0.0.172977
release-7.0.0.172977 create release 7.0.0
7.0.0.172974
Changes:
- df0e52f create release 7.0.0
- e25c82c Merge pull request #109 from bnicholesdell/addtestandfixspsjoin
- 7aedff1 Fix the JSON body for the call to join SPS to SPP. Also add a test to the test client.
- 3ed1662 Merge pull request #108 from bnicholesdell/updateto7-0code
- 4b800a0 Update the version in the pipeline yaml.
- b4576e8 Update the version number and packages
- 3934ab1 update to the latest 7.0 code. Add the SPS file streaming download.
- 030a6ff Merge pull request #106 from bnicholesdell/implementspsstreaming
- e3ce148 Finishing implementing the SPS file streaming upload functions. Two streaming upload functions. One that takes a byte array and another than takes a file. The file version uses multipart/form-data.
- cb3bdff Implement the SPS streaming request
See More
- 65b4edf Merge pull request #104 from bnicholesdell/fixissuebrokeredaccessreqest-103
- 71e87c3 Convert the enum RDP to RemoteDesktop during object serialization.
- e62831a Merge pull request #102 from bnicholesdell/addmanagementservice
- 411d062 Get a special connection for the managed service from an existing connection.
- 4eb3cc1 Add a connection to the management service.
- 96baf47 Merge pull request #101 from bnicholesdell/preparefor6-12
- 517ae80 Move to 6.12.0-SNAPSHOT
This list of changes was auto generated.
6.11.0.133386
Changes:
- 9ca371b Prepare for 6.11.0 release
- b7e4bfa Merge pull request #100 from bnicholesdell/fixjavadoc
- d67f243 The the javadoc
- 2d5e760 Merge pull request #99 from bnicholesdell/updateyamlto6-11
- d10f8b7 Update the build version for the pipeline
- 2bd3d81 Merge pull request #98 from bnicholesdell/moveto6.11-version
- 6ff72bd Add APIs for connecting to SPS. Update the dependency versions. Move to 6.11 and sync with SafeguardDotnet.
- 4841d78 Merge pull request #97 from OneIdentity/upgradehttpclient
- ddfd1cc boost version of httpclient for security updates
- 71532f6 Merge pull request #95 from bnicholesdell/moveto6.10-version
6.9.0.115025
Changes:
- a98d4bd Release 6.9.0
- 3e230a8 Merge pull request #94 from bnicholesdell/updatesfromsgdotnet
- f8fde5c Fix javadoc
- 4b07f45 Merge pull request #93 from bnicholesdell/updatesfromsgdotnet
- e89245c Clean up the dependencies and update the Jackson-bind package.
- 80df6dd Add the ability to stream upload and download. Also add timeout value to the invokeMethod call.
- e9f1c6e Merge pull request #91 from bnicholesdell/update68readme
- 6959db5 Update the snapshot version for 6.9
- b630dfa Add version compatibility note to README.md
This list of changes was auto generated.