|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/bunq/sdk_java/tree/1.0.0) |
| 3 | +## [1.10.0](https://github.com/bunq/sdk_java/tree/1.10.0) (2019-05-09) |
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/bunq/sdk_java/compare/0.13.1...1.0.0) |
| 5 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/1.1.0...1.10.0) |
6 | 6 |
|
7 |
| -**Implemented enhancements:** |
| 7 | +**Closed issues:** |
8 | 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) |
| 9 | +- Certificate pinning issue after bunq certificate renewal [\#115](https://github.com/bunq/sdk_java/issues/115) |
| 10 | +- Used package javax.xml.bind not included in Android [\#111](https://github.com/bunq/sdk_java/issues/111) |
12 | 11 |
|
13 |
| -**Fixed bugs:** |
| 12 | +**Merged pull requests:** |
14 | 13 |
|
15 |
| -- SDK build fails on jitpack [\#6](https://github.com/bunq/sdk_java/issues/6) |
| 14 | +- Changed pinned key to match new sandbox certificate [\#116](https://github.com/bunq/sdk_java/pull/116) ([erwindeg](https://github.com/erwindeg)) |
| 15 | + |
| 16 | +## [1.1.0](https://github.com/bunq/sdk_java/tree/1.1.0) (2018-10-09) |
| 17 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/1.0.1...1.1.0) |
| 18 | + |
| 19 | +**Merged pull requests:** |
| 20 | + |
| 21 | +- bunq header handling as enum \(bunq/sdk\_java\#93\) [\#105](https://github.com/bunq/sdk_java/pull/105) ([tubbynl](https://github.com/tubbynl)) |
| 22 | + |
| 23 | +## [1.0.1](https://github.com/bunq/sdk_java/tree/1.0.1) (2018-09-01) |
| 24 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/1.0.0...1.0.1) |
16 | 25 |
|
17 | 26 | **Closed issues:**
|
18 | 27 |
|
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) |
| 28 | +- 1.0.0 build aild on jitpack [\#109](https://github.com/bunq/sdk_java/issues/109) |
25 | 29 |
|
26 | 30 | **Merged pull requests:**
|
27 | 31 |
|
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)) |
| 32 | +- Exclude examples and test files from build. \(bunq/sdk\_java\#109\) [\#110](https://github.com/bunq/sdk_java/pull/110) ([OGKevin](https://github.com/OGKevin)) |
35 | 33 |
|
36 |
| -## [0.13.1](https://github.com/bunq/sdk_java/tree/0.13.1) (2018-05-30) |
37 |
| -[Full Changelog](https://github.com/bunq/sdk_java/compare/0.13.0...0.13.1) |
| 34 | +## [1.0.0](https://github.com/bunq/sdk_java/tree/1.0.0) (2018-07-24) |
| 35 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/0.13.1...1.0.0) |
38 | 36 |
|
39 | 37 | **Implemented enhancements:**
|
40 | 38 |
|
|
44 | 42 | - Optimise test framework [\#78](https://github.com/bunq/sdk_java/issues/78)
|
45 | 43 | - Add more example scripts [\#66](https://github.com/bunq/sdk_java/issues/66)
|
46 | 44 | - Auto save the session after automatic session reset has been executed [\#60](https://github.com/bunq/sdk_java/issues/60)
|
| 45 | +- Add optional parameters to constructor [\#50](https://github.com/bunq/sdk_java/issues/50) |
| 46 | +- Monetary account joint cannot be retrieved. [\#45](https://github.com/bunq/sdk_java/issues/45) |
| 47 | +- Add java 7 compatibility [\#42](https://github.com/bunq/sdk_java/issues/42) |
47 | 48 | - Endpoint HTTP methods should not be static [\#34](https://github.com/bunq/sdk_java/issues/34)
|
48 | 49 | - Remove the examples from the published artifacts [\#2](https://github.com/bunq/sdk_java/issues/2)
|
49 | 50 |
|
| 51 | +**Fixed bugs:** |
| 52 | + |
| 53 | +- SDK build fails on jitpack [\#6](https://github.com/bunq/sdk_java/issues/6) |
| 54 | + |
50 | 55 | **Closed issues:**
|
51 | 56 |
|
| 57 | +- Java 7 compatibility: java.util.Base64 [\#104](https://github.com/bunq/sdk_java/issues/104) |
| 58 | +- Please share code formatter [\#103](https://github.com/bunq/sdk_java/issues/103) |
| 59 | +- expose ApiEnvironmentType members and add pinnedKey [\#100](https://github.com/bunq/sdk_java/issues/100) |
| 60 | +- Add oauth support [\#107](https://github.com/bunq/sdk_java/issues/107) |
| 61 | +- Update Sandbox API key procedure [\#96](https://github.com/bunq/sdk_java/issues/96) |
52 | 62 | - Move to new sandbox [\#89](https://github.com/bunq/sdk_java/issues/89)
|
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) |
| 63 | +- Can not construct a BunqMeTabEntry to create a BunqMeTab [\#77](https://github.com/bunq/sdk_java/issues/77) |
54 | 64 |
|
55 | 65 | **Merged pull requests:**
|
56 | 66 |
|
| 67 | +- Add java 7 support bunq/sdk\_java\#42 [\#106](https://github.com/bunq/sdk_java/pull/106) ([OGKevin](https://github.com/OGKevin)) |
| 68 | +- Oauth bunq/sdk\_java\#107 [\#108](https://github.com/bunq/sdk_java/pull/108) ([OGKevin](https://github.com/OGKevin)) |
| 69 | +- \#100 moved pinnedKey to ApiEnvironmentType [\#101](https://github.com/bunq/sdk_java/pull/101) ([tubbynl](https://github.com/tubbynl)) |
| 70 | +- UserContext building without static references. \(bunq/sdk\_java\#93\) [\#99](https://github.com/bunq/sdk_java/pull/99) ([tubbynl](https://github.com/tubbynl)) |
| 71 | +- Update Sandbox API key procedure. \(bunq/sdk\_java\#96\) [\#97](https://github.com/bunq/sdk_java/pull/97) ([sandervdo](https://github.com/sandervdo)) |
| 72 | +- Add constructor with request field bunq/sdk\_java\#50 [\#95](https://github.com/bunq/sdk_java/pull/95) ([OGKevin](https://github.com/OGKevin)) |
57 | 73 | - Changed sandbox url and pinned key. \(bunq/sdk\_java\#89\) [\#92](https://github.com/bunq/sdk_java/pull/92) ([OGKevin](https://github.com/OGKevin))
|
| 74 | +- Fix monetary account joint retrieval bunq/sdk\_java\#45 [\#91](https://github.com/bunq/sdk_java/pull/91) ([OGKevin](https://github.com/OGKevin)) |
58 | 75 | - Auto update bunq context bunq/sdk\_java\#60 [\#90](https://github.com/bunq/sdk_java/pull/90) ([OGKevin](https://github.com/OGKevin))
|
59 | 76 | - Add travis ci bunq/sdk\_java\#80 [\#87](https://github.com/bunq/sdk_java/pull/87) ([OGKevin](https://github.com/OGKevin))
|
60 | 77 | - Optimise test framework \(bunq/sdk\_java\#78\) [\#85](https://github.com/bunq/sdk_java/pull/85) ([OGKevin](https://github.com/OGKevin))
|
61 | 78 | - 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 | 79 | - Refresh user context bunq/sdk\_java\#79 [\#83](https://github.com/bunq/sdk_java/pull/83) ([OGKevin](https://github.com/OGKevin))
|
63 | 80 | - Replace examples with tinker bunq/sdk\_java\#66 [\#82](https://github.com/bunq/sdk_java/pull/82) ([OGKevin](https://github.com/OGKevin))
|
64 | 81 |
|
| 82 | +## [0.13.1](https://github.com/bunq/sdk_java/tree/0.13.1) (2018-05-30) |
| 83 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/0.13.0...0.13.1) |
| 84 | + |
| 85 | +**Closed issues:** |
| 86 | + |
| 87 | +- Android issue: HttpClient was deprecated in API Level 22 and removed in API Level 23 [\#69](https://github.com/bunq/sdk_java/issues/69) |
| 88 | + |
65 | 89 | ## [0.13.0](https://github.com/bunq/sdk_java/tree/0.13.0) (2018-03-20)
|
66 | 90 | [Full Changelog](https://github.com/bunq/sdk_java/compare/0.12.4...0.13.0)
|
67 | 91 |
|
|
211 | 235 |
|
212 | 236 |
|
213 | 237 |
|
214 |
| -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 238 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments