Skip to content

Releases: VSETH-GECO/GECo4J

Version 1.0.0

06 Feb 13:05
Compare
Choose a tag to compare

I thought its time to release this thing, as it is really stable now and covers the whole GECo API feature-wise.

+ Added support for event drafts: Event::isDraft
* Fixed a NPE when using null tokens for unauthorized endpoints

Version 0.9.9

09 Dec 16:32
Compare
Choose a tag to compare
  • Updated dependencies to fix security vulnerabilities

Version 0.9.8

23 Aug 19:52
Compare
Choose a tag to compare
Version 0.9.8 Pre-release
Pre-release

+ Added more detailed logging of requests (only in TRACE)
* Fixed requests without payload on Android
* Fixed some security vulnerabilities by updating dependencies

Version 0.9.7

10 Apr 01:39
Compare
Choose a tag to compare
Version 0.9.7 Pre-release
Pre-release

Just some code cleanup and added some convenience functions:

+ LanUser#getSeat
+ Seat#getLanUser
+ Seat#getWebUser

Version 0.9.6

02 Mar 00:11
Compare
Choose a tag to compare
Version 0.9.6 Pre-release
Pre-release

+ Made everything non-blocking using reactor
+ Added Android compatability
+ Added LanUser::getBorrowedItemByID
+ Added LanUser::getFullName
* External LanUsers are now automatically verified

Version 0.9.5

21 Feb 11:15
Compare
Choose a tag to compare
Version 0.9.5 Pre-release
Pre-release

* Fixed exception when trying to get events/news but there are none
* Changed naming convention

Version 0.9.4

04 Dec 18:36
Compare
Choose a tag to compare
Version 0.9.4 Pre-release
Pre-release

* Made some LanUser fields optional to correctly reflect the API
* Small bug fixes
* Fixed license

Version 0.9.3

03 Dec 18:52
Compare
Choose a tag to compare
Version 0.9.3 Pre-release
Pre-release

+ Added more project information (pom.xml).
+ Added published_at field to News object to be up-to-date with API changes.

Version 0.9.2

19 Nov 16:49
Compare
Choose a tag to compare
Version 0.9.2 Pre-release
Pre-release
Version Bump 0.9.2.

Version 0.9.1

01 Nov 13:43
Compare
Choose a tag to compare
Version 0.9.1 Pre-release
Pre-release

+ Added ability to extract the ID's of news and event posts.
* Cleanup