Skip to content

Commit bdb6187

Browse files
committed
Regenerated changelog.
1 parent 79041b0 commit bdb6187

File tree

1 file changed

+304
-0
lines changed

1 file changed

+304
-0
lines changed

src/test/Resource/CHANGELOG.md

Lines changed: 304 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,304 @@
1+
# Changelog
2+
3+
## [Unreleased](https://github.com/bunq/sdk_java/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/bunq/sdk_java/compare/1.13.1...HEAD)
6+
7+
**Closed issues:**
8+
9+
- Certificate pinning issue after bunq certificate renewal [\#123](https://github.com/bunq/sdk_java/issues/123)
10+
11+
## [1.13.1](https://github.com/bunq/sdk_java/tree/1.13.1) (2020-03-27)
12+
13+
[Full Changelog](https://github.com/bunq/sdk_java/compare/1.13.0...1.13.1)
14+
15+
**Merged pull requests:**
16+
17+
- Updated sandbox certificate pinning hash. [\#125](https://github.com/bunq/sdk_java/pull/125) ([NickvandeGroes](https://github.com/NickvandeGroes))
18+
- Use correct oauth url for sandbox and production [\#124](https://github.com/bunq/sdk_java/pull/124) ([thijsdejong](https://github.com/thijsdejong))
19+
20+
## [1.13.0](https://github.com/bunq/sdk_java/tree/1.13.0) (2020-02-19)
21+
22+
[Full Changelog](https://github.com/bunq/sdk_java/compare/1.12.1...1.13.0)
23+
24+
## [1.12.1](https://github.com/bunq/sdk_java/tree/1.12.1) (2019-09-16)
25+
26+
[Full Changelog](https://github.com/bunq/sdk_java/compare/1.12.0...1.12.1)
27+
28+
**Closed issues:**
29+
30+
- No payment details in the result inquiries of a bunq me tab in the api [\#114](https://github.com/bunq/sdk_java/issues/114)
31+
32+
**Merged pull requests:**
33+
34+
- Feature/object wrapping fix [\#119](https://github.com/bunq/sdk_java/pull/119) ([NickvandeGroes](https://github.com/NickvandeGroes))
35+
36+
## [1.12.0](https://github.com/bunq/sdk_java/tree/1.12.0) (2019-09-10)
37+
38+
[Full Changelog](https://github.com/bunq/sdk_java/compare/1.10.16...1.12.0)
39+
40+
**Closed issues:**
41+
42+
- NullPointerException on creating NotificationFilterUrlUser [\#117](https://github.com/bunq/sdk_java/issues/117)
43+
44+
**Merged pull requests:**
45+
46+
- Fix NotificationFilter and implement PSD2 [\#118](https://github.com/bunq/sdk_java/pull/118) ([NickvandeGroes](https://github.com/NickvandeGroes))
47+
48+
## [1.10.16](https://github.com/bunq/sdk_java/tree/1.10.16) (2019-06-16)
49+
50+
[Full Changelog](https://github.com/bunq/sdk_java/compare/1.10.1...1.10.16)
51+
52+
## [1.10.1](https://github.com/bunq/sdk_java/tree/1.10.1) (2019-05-22)
53+
54+
[Full Changelog](https://github.com/bunq/sdk_java/compare/1.10.0...1.10.1)
55+
56+
**Closed issues:**
57+
58+
- Support for MonetaryAccountBankSavings is missing [\#113](https://github.com/bunq/sdk_java/issues/113)
59+
60+
## [1.10.0](https://github.com/bunq/sdk_java/tree/1.10.0) (2019-05-09)
61+
62+
[Full Changelog](https://github.com/bunq/sdk_java/compare/1.1.0...1.10.0)
63+
64+
**Closed issues:**
65+
66+
- Certificate pinning issue after bunq certificate renewal [\#115](https://github.com/bunq/sdk_java/issues/115)
67+
- Used package javax.xml.bind not included in Android [\#111](https://github.com/bunq/sdk_java/issues/111)
68+
69+
**Merged pull requests:**
70+
71+
- Changed pinned key to match new sandbox certificate [\#116](https://github.com/bunq/sdk_java/pull/116) ([erwindeg](https://github.com/erwindeg))
72+
73+
## [1.1.0](https://github.com/bunq/sdk_java/tree/1.1.0) (2018-10-09)
74+
75+
[Full Changelog](https://github.com/bunq/sdk_java/compare/1.0.1...1.1.0)
76+
77+
**Merged pull requests:**
78+
79+
- bunq header handling as enum \(bunq/sdk\_java\#93\) [\#105](https://github.com/bunq/sdk_java/pull/105) ([tubbynl](https://github.com/tubbynl))
80+
81+
## [1.0.1](https://github.com/bunq/sdk_java/tree/1.0.1) (2018-09-01)
82+
83+
[Full Changelog](https://github.com/bunq/sdk_java/compare/1.0.0...1.0.1)
84+
85+
**Closed issues:**
86+
87+
- 1.0.0 build aild on jitpack [\#109](https://github.com/bunq/sdk_java/issues/109)
88+
89+
**Merged pull requests:**
90+
91+
- 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))
92+
93+
## [1.0.0](https://github.com/bunq/sdk_java/tree/1.0.0) (2018-07-24)
94+
95+
[Full Changelog](https://github.com/bunq/sdk_java/compare/0.13.1...1.0.0)
96+
97+
**Implemented enhancements:**
98+
99+
- \[Java\] Update examples in readme [\#81](https://github.com/bunq/sdk_java/issues/81)
100+
- Add test CI [\#80](https://github.com/bunq/sdk_java/issues/80)
101+
- It is not possible to refresh userContext data [\#79](https://github.com/bunq/sdk_java/issues/79)
102+
- Optimise test framework [\#78](https://github.com/bunq/sdk_java/issues/78)
103+
- Add more example scripts [\#66](https://github.com/bunq/sdk_java/issues/66)
104+
- Auto save the session after automatic session reset has been executed  [\#60](https://github.com/bunq/sdk_java/issues/60)
105+
- Add optional parameters to constructor  [\#50](https://github.com/bunq/sdk_java/issues/50)
106+
- Monetary account joint cannot be retrieved. [\#45](https://github.com/bunq/sdk_java/issues/45)
107+
- Add java 7 compatibility  [\#42](https://github.com/bunq/sdk_java/issues/42)
108+
- Endpoint HTTP methods should not be static [\#34](https://github.com/bunq/sdk_java/issues/34)
109+
- Remove the examples from the published artifacts [\#2](https://github.com/bunq/sdk_java/issues/2)
110+
111+
**Fixed bugs:**
112+
113+
- SDK build fails on jitpack [\#6](https://github.com/bunq/sdk_java/issues/6)
114+
115+
**Closed issues:**
116+
117+
- Java 7 compatibility: java.util.Base64 [\#104](https://github.com/bunq/sdk_java/issues/104)
118+
- Please share code formatter [\#103](https://github.com/bunq/sdk_java/issues/103)
119+
- expose ApiEnvironmentType members and add pinnedKey [\#100](https://github.com/bunq/sdk_java/issues/100)
120+
- Add oauth support [\#107](https://github.com/bunq/sdk_java/issues/107)
121+
- Update Sandbox API key procedure [\#96](https://github.com/bunq/sdk_java/issues/96)
122+
- Move to new sandbox [\#89](https://github.com/bunq/sdk_java/issues/89)
123+
- Can not construct a BunqMeTabEntry to create a BunqMeTab [\#77](https://github.com/bunq/sdk_java/issues/77)
124+
125+
**Merged pull requests:**
126+
127+
- Add java 7 support bunq/sdk\_java\#42 [\#106](https://github.com/bunq/sdk_java/pull/106) ([OGKevin](https://github.com/OGKevin))
128+
- Oauth bunq/sdk\_java\#107 [\#108](https://github.com/bunq/sdk_java/pull/108) ([OGKevin](https://github.com/OGKevin))
129+
- \#100 moved pinnedKey to ApiEnvironmentType [\#101](https://github.com/bunq/sdk_java/pull/101) ([tubbynl](https://github.com/tubbynl))
130+
- UserContext building without static references. \(bunq/sdk\_java\#93\) [\#99](https://github.com/bunq/sdk_java/pull/99) ([tubbynl](https://github.com/tubbynl))
131+
- Update Sandbox API key procedure. \(bunq/sdk\_java\#96\) [\#97](https://github.com/bunq/sdk_java/pull/97) ([sandervdo](https://github.com/sandervdo))
132+
- Add constructor with request field bunq/sdk\_java\#50 [\#95](https://github.com/bunq/sdk_java/pull/95) ([OGKevin](https://github.com/OGKevin))
133+
- Changed sandbox url and pinned key. \(bunq/sdk\_java\#89\) [\#92](https://github.com/bunq/sdk_java/pull/92) ([OGKevin](https://github.com/OGKevin))
134+
- Fix monetary account joint retrieval bunq/sdk\_java\#45 [\#91](https://github.com/bunq/sdk_java/pull/91) ([OGKevin](https://github.com/OGKevin))
135+
- Auto update bunq context bunq/sdk\_java\#60 [\#90](https://github.com/bunq/sdk_java/pull/90) ([OGKevin](https://github.com/OGKevin))
136+
- Add travis ci bunq/sdk\_java\#80 [\#87](https://github.com/bunq/sdk_java/pull/87) ([OGKevin](https://github.com/OGKevin))
137+
- Optimise test framework \(bunq/sdk\_java\#78\) [\#85](https://github.com/bunq/sdk_java/pull/85) ([OGKevin](https://github.com/OGKevin))
138+
- 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))
139+
- Refresh user context bunq/sdk\_java\#79 [\#83](https://github.com/bunq/sdk_java/pull/83) ([OGKevin](https://github.com/OGKevin))
140+
- Replace examples with tinker bunq/sdk\_java\#66 [\#82](https://github.com/bunq/sdk_java/pull/82) ([OGKevin](https://github.com/OGKevin))
141+
142+
## [0.13.1](https://github.com/bunq/sdk_java/tree/0.13.1) (2018-05-30)
143+
144+
[Full Changelog](https://github.com/bunq/sdk_java/compare/0.13.0...0.13.1)
145+
146+
**Closed issues:**
147+
148+
- Android issue: HttpClient was deprecated in API Level 22 and removed in API Level 23 [\#69](https://github.com/bunq/sdk_java/issues/69)
149+
150+
## [0.13.0](https://github.com/bunq/sdk_java/tree/0.13.0) (2018-03-20)
151+
152+
[Full Changelog](https://github.com/bunq/sdk_java/compare/0.12.4...0.13.0)
153+
154+
**Implemented enhancements:**
155+
156+
- Add zappr integration for better quality control  [\#58](https://github.com/bunq/sdk_java/issues/58)
157+
- Add more information to templates [\#56](https://github.com/bunq/sdk_java/issues/56)
158+
- Add response id to error messages from failed requests  [\#55](https://github.com/bunq/sdk_java/issues/55)
159+
160+
**Fixed bugs:**
161+
162+
- Token request ideal is missing id attribute in response. [\#65](https://github.com/bunq/sdk_java/issues/65)
163+
- getCounterpartyAlias\(\) returns null on payments [\#49](https://github.com/bunq/sdk_java/issues/49)
164+
- Field ID is missing from MasterCardAction [\#48](https://github.com/bunq/sdk_java/issues/48)
165+
- TokenQrRequestIdeal returns the wrong type [\#47](https://github.com/bunq/sdk_java/issues/47)
166+
- Cannot list draft payments for monetary account [\#46](https://github.com/bunq/sdk_java/issues/46)
167+
168+
**Closed issues:**
169+
170+
- bunq update 7 [\#75](https://github.com/bunq/sdk_java/issues/75)
171+
- Serialization Error [\#71](https://github.com/bunq/sdk_java/issues/71)
172+
- Clean dependencies [\#25](https://github.com/bunq/sdk_java/issues/25)
173+
174+
**Merged pull requests:**
175+
176+
- Bunq update 7 [\#76](https://github.com/bunq/sdk_java/pull/76) ([OGKevin](https://github.com/OGKevin))
177+
- Regenerate code for release [\#74](https://github.com/bunq/sdk_java/pull/74) ([OGKevin](https://github.com/OGKevin))
178+
- Replaced httpclient with Okhttp. \(bunq/sdk\_java\#25\) [\#73](https://github.com/bunq/sdk_java/pull/73) ([OGKevin](https://github.com/OGKevin))
179+
- Regenerated code to add corerct object types. \(bunq/sdk\_java\#47\) [\#70](https://github.com/bunq/sdk_java/pull/70) ([OGKevin](https://github.com/OGKevin))
180+
- Fixed MonetaryAccountReferenceTypeAdapter to output proper value. \(bunq/sdk\_java\#49\) [\#68](https://github.com/bunq/sdk_java/pull/68) ([OGKevin](https://github.com/OGKevin))
181+
- Added missing field id for TokenQrRequestIdeal. \(bunq/sdk\_java\#65\) [\#67](https://github.com/bunq/sdk_java/pull/67) ([OGKevin](https://github.com/OGKevin))
182+
- Cannot list payments due to geolocation. \(Bunq/sdk\_java\#46 \) [\#64](https://github.com/bunq/sdk_java/pull/64) ([OGKevin](https://github.com/OGKevin))
183+
- Get counterparty alias returns null on payments. \(Bunq/sdk\_java\#49 \) [\#63](https://github.com/bunq/sdk_java/pull/63) ([OGKevin](https://github.com/OGKevin))
184+
- Added missing id field from mastercard action. \(bunq/sdk\_java\#48\) [\#62](https://github.com/bunq/sdk_java/pull/62) ([OGKevin](https://github.com/OGKevin))
185+
- \(bunq/sdk\_java\#55\) add response id to request error [\#61](https://github.com/bunq/sdk_java/pull/61) ([OGKevin](https://github.com/OGKevin))
186+
- Configure Zappr [\#59](https://github.com/bunq/sdk_java/pull/59) ([OGKevin](https://github.com/OGKevin))
187+
- Improve issue and pr template. \(bunq/sdk\_java\#56\) [\#57](https://github.com/bunq/sdk_java/pull/57) ([OGKevin](https://github.com/OGKevin))
188+
189+
## [0.12.4](https://github.com/bunq/sdk_java/tree/0.12.4) (2017-12-21)
190+
191+
[Full Changelog](https://github.com/bunq/sdk_java/compare/0.12.3...0.12.4)
192+
193+
**Implemented enhancements:**
194+
195+
- Introduce fromJson method [\#51](https://github.com/bunq/sdk_java/issues/51)
196+
- Make sure received signatures headers are correctly cased [\#43](https://github.com/bunq/sdk_java/issues/43)
197+
- Remove guava  [\#41](https://github.com/bunq/sdk_java/issues/41)
198+
- Return base class from createFromJsonString [\#40](https://github.com/bunq/sdk_java/issues/40)
199+
- CHANGELOG.md is empty [\#38](https://github.com/bunq/sdk_java/issues/38)
200+
- Improve decoder to recognise child object [\#35](https://github.com/bunq/sdk_java/issues/35)
201+
- Removed guava as dependency. \(bunq/sdk\_java\#41\) [\#44](https://github.com/bunq/sdk_java/pull/44) ([OGKevin](https://github.com/OGKevin))
202+
- Generated CHANGELOG.md :clap:. \(bunq/sdk\_java\#38\) [\#39](https://github.com/bunq/sdk_java/pull/39) ([OGKevin](https://github.com/OGKevin))
203+
204+
**Merged pull requests:**
205+
206+
- Added method to ensure that reponse headers are correclty cased befor… [\#53](https://github.com/bunq/sdk_java/pull/53) ([OGKevin](https://github.com/OGKevin))
207+
- Feature/improve decoder bunq/sdk java\#35 [\#52](https://github.com/bunq/sdk_java/pull/52) ([OGKevin](https://github.com/OGKevin))
208+
209+
## [0.12.3](https://github.com/bunq/sdk_java/tree/0.12.3) (2017-11-15)
210+
211+
[Full Changelog](https://github.com/bunq/sdk_java/compare/0.12.2...0.12.3)
212+
213+
**Implemented enhancements:**
214+
215+
- Callback models for holding callback data [\#33](https://github.com/bunq/sdk_java/issues/33)
216+
- Feature/callback models bunq/sdk java\#33 [\#36](https://github.com/bunq/sdk_java/pull/36) ([OGKevin](https://github.com/OGKevin))
217+
218+
**Fixed bugs:**
219+
220+
- ScheduledPayment causes decode error due to Typo [\#37](https://github.com/bunq/sdk_java/issues/37)
221+
222+
## [0.12.2](https://github.com/bunq/sdk_java/tree/0.12.2) (2017-11-08)
223+
224+
[Full Changelog](https://github.com/bunq/sdk_java/compare/0.12.0...0.12.2)
225+
226+
**Implemented enhancements:**
227+
228+
- Add missing fields for cvc endpoint [\#30](https://github.com/bunq/sdk_java/issues/30)
229+
- Missing CARD GENERATED CVC2 endpoint [\#26](https://github.com/bunq/sdk_java/issues/26)
230+
- More flexibility for sessionContext handling [\#23](https://github.com/bunq/sdk_java/issues/23)
231+
- Added cvc\_endpoint. \#26 [\#27](https://github.com/bunq/sdk_java/pull/27) ([OGKevin](https://github.com/OGKevin))
232+
- Added isExpired\(\) method \#23. [\#24](https://github.com/bunq/sdk_java/pull/24) ([OGKevin](https://github.com/OGKevin))
233+
234+
**Fixed bugs:**
235+
236+
- DraftPayment object field causes converter error [\#29](https://github.com/bunq/sdk_java/issues/29)
237+
238+
**Merged pull requests:**
239+
240+
- Feature/fix draft payment object \#29 [\#32](https://github.com/bunq/sdk_java/pull/32) ([OGKevin](https://github.com/OGKevin))
241+
- Feature/add missing cvc fields \#30 [\#31](https://github.com/bunq/sdk_java/pull/31) ([OGKevin](https://github.com/OGKevin))
242+
243+
## [0.12.0](https://github.com/bunq/sdk_java/tree/0.12.0) (2017-10-11)
244+
245+
[Full Changelog](https://github.com/bunq/sdk_java/compare/0.11.0...0.12.0)
246+
247+
**Implemented enhancements:**
248+
249+
- Update read me with installation instructions [\#21](https://github.com/bunq/sdk_java/issues/21)
250+
- Better error handling [\#17](https://github.com/bunq/sdk_java/issues/17)
251+
- Response is missing response headers and pagination [\#4](https://github.com/bunq/sdk_java/issues/4)
252+
- Feature/exception handler [\#18](https://github.com/bunq/sdk_java/pull/18) ([OGKevin](https://github.com/OGKevin))
253+
- Marked all files in generated dir as generated code. [\#16](https://github.com/bunq/sdk_java/pull/16) ([OGKevin](https://github.com/OGKevin))
254+
255+
**Closed issues:**
256+
257+
- Improve Model Namespaces [\#19](https://github.com/bunq/sdk_java/issues/19)
258+
259+
**Merged pull requests:**
260+
261+
- cleanup after 19-improve-namespaces [\#22](https://github.com/bunq/sdk_java/pull/22) ([dnl-blkv](https://github.com/dnl-blkv))
262+
- Fix namespaces; cleanup tests; kill formatting of generated files \[\#19\] [\#20](https://github.com/bunq/sdk_java/pull/20) ([dnl-blkv](https://github.com/dnl-blkv))
263+
264+
## [0.11.0](https://github.com/bunq/sdk_java/tree/0.11.0) (2017-09-06)
265+
266+
[Full Changelog](https://github.com/bunq/sdk_java/compare/0.10.0...0.11.0)
267+
268+
**Implemented enhancements:**
269+
270+
- Ignore generated code for reviews [\#14](https://github.com/bunq/sdk_java/issues/14)
271+
- Added git attributes. [\#15](https://github.com/bunq/sdk_java/pull/15) ([OGKevin](https://github.com/OGKevin))
272+
273+
**Merged pull requests:**
274+
275+
- Add pagination; cleanup; add missing endpoints and fields \[\#4\] [\#13](https://github.com/bunq/sdk_java/pull/13) ([dnl-blkv](https://github.com/dnl-blkv))
276+
277+
## [0.10.0](https://github.com/bunq/sdk_java/tree/0.10.0) (2017-08-23)
278+
279+
[Full Changelog](https://github.com/bunq/sdk_java/compare/0.9.1...0.10.0)
280+
281+
**Implemented enhancements:**
282+
283+
- Add Proxy Support [\#11](https://github.com/bunq/sdk_java/issues/11)
284+
- Allow saving context to JSON and restoring from it [\#9](https://github.com/bunq/sdk_java/issues/9)
285+
- Add proxy support and missing .gitignore entry \[\#11\] [\#12](https://github.com/bunq/sdk_java/pull/12) ([dnl-blkv](https://github.com/dnl-blkv))
286+
- add methods to save ApiContext to JSON and restore it from JSON \[\#9\] [\#10](https://github.com/bunq/sdk_java/pull/10) ([dnl-blkv](https://github.com/dnl-blkv))
287+
- \#4 Introduce BunqResponse [\#5](https://github.com/bunq/sdk_java/pull/5) ([dnl-blkv](https://github.com/dnl-blkv))
288+
289+
**Fixed bugs:**
290+
291+
- 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))
292+
293+
## [0.9.1](https://github.com/bunq/sdk_java/tree/0.9.1) (2017-08-08)
294+
295+
[Full Changelog](https://github.com/bunq/sdk_java/compare/4af657908350df7604272a77d5d2eb9ad9187422...0.9.1)
296+
297+
**Implemented enhancements:**
298+
299+
- Added tests readme [\#3](https://github.com/bunq/sdk_java/pull/3) ([OGKevin](https://github.com/OGKevin))
300+
- Add first series of unit-tests [\#1](https://github.com/bunq/sdk_java/pull/1) ([OGKevin](https://github.com/OGKevin))
301+
302+
303+
304+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)