Skip to content

Commit 102f9cc

Browse files
authored
Release 1.43.0 (#453)
1 parent e9046e4 commit 102f9cc

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## [1.43.0](https://github.com/auth0/auth0-java/tree/1.43.0) (2022-09-19)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.42.0...1.43.0)
5+
6+
**Added**
7+
- Add support for deleting all user's authenticators [\#451](https://github.com/auth0/auth0-java/pull/451) ([jimmyjames](https://github.com/jimmyjames))
8+
- Add session idle lifetime and make session lifetime doubles [\#423](https://github.com/auth0/auth0-java/pull/423) ([pelletier197](https://github.com/pelletier197))
9+
- #448 Adding field filter option to get client by ID API [\#449](https://github.com/auth0/auth0-java/pull/449) ([bhatmadhavi](https://github.com/bhatmadhavi))
10+
- Add missing fields in Client model [\#444](https://github.com/auth0/auth0-java/pull/444) ([poovamraj](https://github.com/poovamraj))
11+
- Add Ship CLI configuration [\#433](https://github.com/auth0/auth0-java/pull/433) ([frederikprijck](https://github.com/frederikprijck))
12+
13+
**Changed**
14+
- Update to OSS plugin version 0.17.2 [\#450](https://github.com/auth0/auth0-java/pull/450) ([jimmyjames](https://github.com/jimmyjames))
15+
- Bump oss-library and auth0/ship [\#441](https://github.com/auth0/auth0-java/pull/441) ([frederikprijck](https://github.com/frederikprijck))
16+
- Ensure version is defined before plugins are applied [\#439](https://github.com/auth0/auth0-java/pull/439) ([frederikprijck](https://github.com/frederikprijck))
17+
18+
**Security**
19+
- Replace Codecov uploader w/ CircleCI Orb [\#446](https://github.com/auth0/auth0-java/pull/446) ([evansims](https://github.com/evansims))
20+
- Security: Update OkHttp to 4.10.0 [\#438](https://github.com/auth0/auth0-java/pull/438) ([evansims](https://github.com/evansims))
21+
322
## [1.42.0](https://github.com/auth0/auth0-java/tree/1.42.0) (2022-05-20)
423
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.41.0...1.42.0)
524

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Get Auth0 Java via Maven:
1616
<dependency>
1717
<groupId>com.auth0</groupId>
1818
<artifactId>auth0</artifactId>
19-
<version>1.42.0</version>
19+
<version>1.43.0</version>
2020
</dependency>
2121
```
2222

2323
or Gradle:
2424

2525
```gradle
26-
implementation 'com.auth0:auth0:1.42.0'
26+
implementation 'com.auth0:auth0:1.43.0'
2727
```
2828

2929

0 commit comments

Comments
 (0)