Releases: firebase/geofire-java
Releases · firebase/geofire-java
v3.0.0
Compare
Sorry, something went wrong.
No results found
Version 3.0.0 separates geofire-java from geofire-android. There are no bug fixes or feature updates.
For more information on geofire-android:
https://github.com/firebase/geofire-android
v2.3.1
Compare
Sorry, something went wrong.
No results found
GeoFire 2.3.1 contains updated dependencies for Android:
Firebase Realtime Database SDK 12.0.1 (up from 11.4.0)
Android support libraries 27.1.0 (up from 25.2.0)
v2.3.0
Compare
Sorry, something went wrong.
No results found
GeoFire v2.3.0 contains a new package architecture.
Notably there is now a geofire-testing package that includes test utilities for the library.
v2.2.0
Compare
Sorry, something went wrong.
No results found
GeoFire v2.2.0 contains some bug fixes and new features:
Cap radius to prevent bugs (#72 )
Introduce GeoQueryDataEventListener to allow retrieving DataSnapshots for geo events (#87 , #89 )
Special thanks to @vanniktech for help with this release.
v2.1.3
Compare
Sorry, something went wrong.
No results found
Make raisedEvent method public (#76 )
Update underlying Firebase dependencies on Android to 11.4.0
v2.1.2
Compare
Sorry, something went wrong.
No results found
Expose an additional method (via #57 ).
Update transitive Firebase dependencies to the latest version.
v2.1.1
Compare
Sorry, something went wrong.
No results found
jwngr
released this
04 Jan 17:04
Fixed issue which caused an exception to be thrown when using a very large radius for a GeoQuery.
v2.1.0
Compare
Sorry, something went wrong.
No results found
Added a new GeoQuery.setLocation() method to update the center and radius of a GeoQuery at the same time (thanks to @joreilly ).
v2.0.0
Compare
Sorry, something went wrong.
No results found
Separated into two libraries: com.firebase:goefire-java and com.firebase:geofire-android.
Now depends on the new Firebase SDK, using DatabaseReference and associated classes.
Published to jCenter in addition to Maven Central.
v1.1.1
Compare
Sorry, something went wrong.
No results found
jwngr
released this
25 Jun 01:05
Fixed issue with POM file so that any version of Firebase can be used.