|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [0.13.1](https://github.com/bunq/sdk_java/tree/0.13.1) |
| 3 | +## [Unreleased](https://github.com/bunq/sdk_java/tree/1.0.0) |
4 | 4 |
|
| 5 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/0.13.1...1.0.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Add optional parameters to constructor [\#50](https://github.com/bunq/sdk_java/issues/50) |
| 10 | +- Monetary account joint cannot be retrieved. [\#45](https://github.com/bunq/sdk_java/issues/45) |
| 11 | +- Add java 7 compatibility [\#42](https://github.com/bunq/sdk_java/issues/42) |
| 12 | + |
| 13 | +**Fixed bugs:** |
| 14 | + |
| 15 | +- SDK build fails on jitpack [\#6](https://github.com/bunq/sdk_java/issues/6) |
| 16 | + |
| 17 | +**Closed issues:** |
| 18 | + |
| 19 | +- Add oauth support [\#107](https://github.com/bunq/sdk_java/issues/107) |
| 20 | +- Java 7 compatibility: java.util.Base64 [\#104](https://github.com/bunq/sdk_java/issues/104) |
| 21 | +- Please share code formatter [\#103](https://github.com/bunq/sdk_java/issues/103) |
| 22 | +- expose ApiEnvironmentType members and add pinnedKey [\#100](https://github.com/bunq/sdk_java/issues/100) |
| 23 | +- Update Sandbox API key procedure [\#96](https://github.com/bunq/sdk_java/issues/96) |
| 24 | +- Can not construct a BunqMeTabEntry to create a BunqMeTab [\#77](https://github.com/bunq/sdk_java/issues/77) |
| 25 | + |
| 26 | +**Merged pull requests:** |
| 27 | + |
| 28 | +- Oauth bunq/sdk\_java\#107 [\#108](https://github.com/bunq/sdk_java/pull/108) ([OGKevin](https://github.com/OGKevin)) |
| 29 | +- Add java 7 support bunq/sdk\_java\#42 [\#106](https://github.com/bunq/sdk_java/pull/106) ([OGKevin](https://github.com/OGKevin)) |
| 30 | +- \#100 moved pinnedKey to ApiEnvironmentType [\#101](https://github.com/bunq/sdk_java/pull/101) ([tubbynl](https://github.com/tubbynl)) |
| 31 | +- UserContext building without static references. \(bunq/sdk\_java\#93\) [\#99](https://github.com/bunq/sdk_java/pull/99) ([tubbynl](https://github.com/tubbynl)) |
| 32 | +- Update Sandbox API key procedure. \(bunq/sdk\_java\#96\) [\#97](https://github.com/bunq/sdk_java/pull/97) ([sandervdo](https://github.com/sandervdo)) |
| 33 | +- Add constructor with request field bunq/sdk\_java\#50 [\#95](https://github.com/bunq/sdk_java/pull/95) ([OGKevin](https://github.com/OGKevin)) |
| 34 | +- Fix monetary account joint retrieval bunq/sdk\_java\#45 [\#91](https://github.com/bunq/sdk_java/pull/91) ([OGKevin](https://github.com/OGKevin)) |
| 35 | + |
| 36 | +## [0.13.1](https://github.com/bunq/sdk_java/tree/0.13.1) (2018-05-30) |
5 | 37 | [Full Changelog](https://github.com/bunq/sdk_java/compare/0.13.0...0.13.1)
|
6 | 38 |
|
| 39 | +**Implemented enhancements:** |
| 40 | + |
| 41 | +- \[Java\] Update examples in readme [\#81](https://github.com/bunq/sdk_java/issues/81) |
| 42 | +- Add test CI [\#80](https://github.com/bunq/sdk_java/issues/80) |
| 43 | +- It is not possible to refresh userContext data [\#79](https://github.com/bunq/sdk_java/issues/79) |
| 44 | +- Optimise test framework [\#78](https://github.com/bunq/sdk_java/issues/78) |
| 45 | +- Add more example scripts [\#66](https://github.com/bunq/sdk_java/issues/66) |
| 46 | +- Auto save the session after automatic session reset has been executed [\#60](https://github.com/bunq/sdk_java/issues/60) |
| 47 | +- Endpoint HTTP methods should not be static [\#34](https://github.com/bunq/sdk_java/issues/34) |
| 48 | +- Remove the examples from the published artifacts [\#2](https://github.com/bunq/sdk_java/issues/2) |
| 49 | + |
7 | 50 | **Closed issues:**
|
8 | 51 |
|
9 | 52 | - Move to new sandbox [\#89](https://github.com/bunq/sdk_java/issues/89)
|
10 |
| - |
| 53 | +- Android issue: HttpClient was deprecated in API Level 22 and removed in API Level 23 [\#69](https://github.com/bunq/sdk_java/issues/69) |
11 | 54 |
|
12 | 55 | **Merged pull requests:**
|
13 | 56 |
|
14 |
| -- Changed sandbox url and pinned key. [\#92](https://github.com/bunq/sdk_java/pull/92) ([OGKevin](https://github.com/OGKevin)) |
15 |
| - |
16 |
| -## [0.13.0](https://github.com/bunq/sdk_java/tree/0.13.0) [(2017-12-21)](https://github.com/bunq/sdk_java/tree/0.13.0) |
| 57 | +- Changed sandbox url and pinned key. \(bunq/sdk\_java\#89\) [\#92](https://github.com/bunq/sdk_java/pull/92) ([OGKevin](https://github.com/OGKevin)) |
| 58 | +- Auto update bunq context bunq/sdk\_java\#60 [\#90](https://github.com/bunq/sdk_java/pull/90) ([OGKevin](https://github.com/OGKevin)) |
| 59 | +- Add travis ci bunq/sdk\_java\#80 [\#87](https://github.com/bunq/sdk_java/pull/87) ([OGKevin](https://github.com/OGKevin)) |
| 60 | +- Optimise test framework \(bunq/sdk\_java\#78\) [\#85](https://github.com/bunq/sdk_java/pull/85) ([OGKevin](https://github.com/OGKevin)) |
| 61 | +- Updated read me to point to tinker for examples. \(bunq/sdk\_java\#81\) [\#84](https://github.com/bunq/sdk_java/pull/84) ([OGKevin](https://github.com/OGKevin)) |
| 62 | +- Refresh user context bunq/sdk\_java\#79 [\#83](https://github.com/bunq/sdk_java/pull/83) ([OGKevin](https://github.com/OGKevin)) |
| 63 | +- Replace examples with tinker bunq/sdk\_java\#66 [\#82](https://github.com/bunq/sdk_java/pull/82) ([OGKevin](https://github.com/OGKevin)) |
17 | 64 |
|
| 65 | +## [0.13.0](https://github.com/bunq/sdk_java/tree/0.13.0) (2018-03-20) |
18 | 66 | [Full Changelog](https://github.com/bunq/sdk_java/compare/0.12.4...0.13.0)
|
19 | 67 |
|
20 | 68 | **Implemented enhancements:**
|
|
153 | 201 |
|
154 | 202 | **Fixed bugs:**
|
155 | 203 |
|
156 |
| -- SDK build fails on jitpack [\#6](https://github.com/bunq/sdk_java/issues/6) |
157 | 204 | - Fix Jitpack build, add misssing fields, fix field types in generated \[\#6\] [\#8](https://github.com/bunq/sdk_java/pull/8) ([dnl-blkv](https://github.com/dnl-blkv))
|
158 | 205 |
|
159 | 206 | ## [0.9.1](https://github.com/bunq/sdk_java/tree/0.9.1) (2017-08-08)
|
|
164 | 211 |
|
165 | 212 |
|
166 | 213 |
|
167 |
| -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 214 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments