Releases: proxer/ProxerLibJava
Releases · proxer/ProxerLibJava
1.9.3
1.9.2
1.9.1.1
1.9.1
1.9.0
Breaking changes
- Switched to the new v1 API.
- You now have to supply an API key, read the updated README.
- New APIs: Topten, Userinfo.
- Changed the Request model. You now construct a Request object instead of retrieving one from the
ProxerConnection
. - Much more, take a look at the README.
Note: Not all available APIs are implemented yet.
1.5.1
1.5.0
- New Apis: Retrieving and sending messages in a Conference.
- Events are not posted sticky anymore. You have to handle this yourself. This was done as the risk is higher than the benefit.
- Errors occuring in logout and login are now handled correctly.
- Refactored the ProxerException class. The error codes are now in the class itself.
- Some methods in the UrlHolder were renamed to reflect better what they do or what their purpose is.
- Another new PersistentCookieStore. Please clear the data of your App if you were using the old one.