Releases: firebase/geofire-java
Releases · firebase/geofire-java
v3.0.0
13 Jun 02:38
Compare
Sorry, something went wrong.
No results found
v2.3.1
04 Apr 17:36
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
09 Feb 20:13
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
21 Dec 23:57
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
07 Nov 09:07
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
13 Sep 15:42
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
04 Jan 17:04
Compare
Sorry, something went wrong.
No results found
Fixed issue which caused an exception to be thrown when using a very large radius for a GeoQuery.
v2.1.0
31 Aug 21:10
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
12 Jul 01:56
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
25 Jun 01:05
Compare
Sorry, something went wrong.
No results found
Fixed issue with POM file so that any version of Firebase can be used.