Skip to content

Releases: SAP/btp-environment-variable-access

Version 0.10.5

30 Apr 08:47
0.10.5
d0d731f
Compare
Choose a tag to compare
Version 0.10.5 Pre-release
Pre-release

Module: java-core-api

Version 0.10.4

15 Mar 08:02
0.10.4
be83cc6
Compare
Choose a tag to compare
Version 0.10.4 Pre-release
Pre-release

General

Module: java-core-api

Version 0.10.3

12 Feb 08:30
0.10.3
39666b3
Compare
Choose a tag to compare
Version 0.10.3 Pre-release
Pre-release

General

Module: java-core-api

Version 0.10.2

17 Jan 07:19
0.10.2
9de8477
Compare
Choose a tag to compare
Version 0.10.2 Pre-release
Pre-release

General

Version 0.10.1

26 Oct 08:19
0.10.1
cf2da26
Compare
Choose a tag to compare
Version 0.10.1 Pre-release
Pre-release

General

  • Fix CVE-2023-5072 by updating our dependency to org.json:json to a secure version (20231013).

Version 0.10.0

14 Sep 08:21
0.10.0
0f004d1
Compare
Choose a tag to compare
Version 0.10.0 Pre-release
Pre-release

Module: java-core-api

  • Update the service identifier for Audit log retrieval service from ServiceIdentifier.AUDIT_LOG to ServiceIdentifier.AUDIT_LOG_RETRIEVAL

Version 0.9.0

27 Jul 15:39
0.9.0
cbcce4f
Compare
Choose a tag to compare
Version 0.9.0 Pre-release
Pre-release

Module: java-core-api

  • Add new identifiers for Workflow and Business Rules Services to the ServiceIdentifier class

Version 0.8.0

10 Jul 13:20
0.8.0
47811aa
Compare
Choose a tag to compare
Version 0.8.0 Pre-release
Pre-release

Module: java-core-api

  • Add the ServiceIdentifier API, which represents an equatable abstractions for the service type. Instances of this class can safely be used for Maps and comparison in general, across applications.
  • Add a new default method to the ServiceBinding interface: Optional<ServiceIdentifier> getServiceIdentifier().
    • There are also new methods on the DefaultServiceBindingBuilder that correspond to this getter.

Version 0.7.0

06 Jul 15:01
0.7.0
fc832c9
Compare
Choose a tag to compare
Version 0.7.0 Pre-release
Pre-release

General

  • Dependency com.google.code.findbugs:jsr305 is no longer declared in java-bom nor propagated transitively to consuming Maven projects.

Module: java-sap-service-operator

  • The internal file system based cache, which was used in the SapServiceOperatorLayeredServiceBindingAccessor and the SapServiceOperatorServiceBindingIoAccessor has been removed. As a consequence, the two accessors will always reload all service bindings from the file system if their getServiceBindings method is invoked.
    • Note: By default, there is still a 5 minute cache (the SimpleServiceBindingCache) on top of all accessors. Therefore, reloads from the file system will at most happen every 5 minutes.

Version 0.6.0

03 May 09:40
0.6.0
b739c0e
Compare
Choose a tag to compare
Version 0.6.0 Pre-release
Pre-release

General

  • Update multiple dependencies, including a vulnerable version of org.json:json, which fixes CVE-2022-45688