Releases: firebase/geofire-java
Releases · firebase/geofire-java
v2.3.1
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
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
GeoFire v2.2.0 contains some bug fixes and new features:
- Cap radius to prevent bugs (#72)
- Introduce
GeoQueryDataEventListener
to allow retrieving DataSnapshot
s for geo events (#87, #89)
Special thanks to @vanniktech for help with this release.
v2.1.3
- Make
raisedEvent
method public (#76)
- Update underlying Firebase dependencies on Android to
11.4.0
v2.1.2
- Expose an additional method (via #57).
- Update transitive Firebase dependencies to the latest version.
v2.1.1
- Fixed issue which caused an exception to be thrown when using a very large radius for a
GeoQuery
.
v2.1.0
- 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
- 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
- Fixed issue with POM file so that any version of Firebase can be used.