Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Releases: firebase/geofire-java

v3.0.0

13 Jun 02:38
Compare
Choose a tag to compare

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

04 Apr 17:36
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare
  • Make raisedEvent method public (#76)
  • Update underlying Firebase dependencies on Android to 11.4.0

v2.1.2

13 Sep 15:42
Compare
Choose a tag to compare
  • Expose an additional method (via #57).
  • Update transitive Firebase dependencies to the latest version.

v2.1.1

04 Jan 17:04
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixed issue with POM file so that any version of Firebase can be used.