Skip to content

Releases: tidwall/tile38

1.38.0

Choose a tag to compare

@tidwall tidwall released this 09 Jun 02:06
Tile38

Tile38 is a real-time geospatial and geofencing server.

Build Instructions | Full Changelog

Added

Fixed

Updated

  • c279114: Go 1.26
  • Update various Go dependencies

1.37.0

Choose a tag to compare

@tidwall tidwall released this 06 Jan 16:43
Tile38

Tile38 is a real-time geospatial and geofencing server.

Build Instructions | Full Changelog

New feature: The WHERE clause now allows for regex filtering on fields and properties, such as:

INTERSECTS fleet ... WHERE "properties.name =~ 'truck.*'"

Added

Fixed

  • #793: Avoid NaN points and rects for insertions and searches (@krkeshav)
  • #789: Fix LineString feature encoding to use all points (@metaxasa)
  • 45496a0: Ensure strict resp clients for pubsub
  • f6e6fae: Ignore -o json flag for HELLO command

Updated

  • 653e7a0: Bumped github.com/eclipse/paho.mqtt.golang
  • 2a86b4b: Bumped golang.org/x/crypto

1.36.5

Choose a tag to compare

@tidwall tidwall released this 05 Oct 11:17
Tile38

Tile38 is a real-time geospatial and geofencing server.

Build Instructions | Full Changelog

1.36.4

Choose a tag to compare

@tidwall tidwall released this 03 Oct 21:58
Tile38

Tile38 is a real-time geospatial and geofencing server.

Build Instructions | Full Changelog

1.36.3

Choose a tag to compare

@tidwall tidwall released this 26 Sep 19:41
Tile38

Tile38 is a real-time geospatial and geofencing server.

Build Instructions | Full Changelog

Fixed

1.36.2

Choose a tag to compare

@tidwall tidwall released this 05 Sep 00:25
Tile38

Tile38 is a real-time geospatial and geofencing server.

Build Instructions | Full Changelog

Updated

  • 653aea6: Add GeoJSON "properties" member for Lua filtering
  • 70c244f: Make the String.match() function case insensitive

1.36.1

Choose a tag to compare

@tidwall tidwall released this 28 Aug 23:46
Tile38

Tile38 is a real-time geospatial and geofencing server.

Build Instructions | Full Changelog

Updated

  • 53bed30: Update lock strategy for faster writes
  • 40f58b0: Kafka Endpoint Improvement #778 (@ifiok)
  • 82f4d24: Smaller vector tile sizes for polygons
  • 5b21c24: Auto clip geometries at low zoom levels for vector tiles

1.36.0

Choose a tag to compare

@tidwall tidwall released this 14 Aug 23:45
Tile38

Tile38 is a real-time geospatial and geofencing server.

Build Instructions | Full Changelog

Added

Updated

1.35.0

Choose a tag to compare

@tidwall tidwall released this 17 Jun 03:38
Tile38

Tile38 is a real-time geospatial and geofencing server.

Build Instructions | Full Changelog

Added

Updated

  • 3fe57a7; Use atomics for HEALTHZ command to remove contention.
  • 3085316: Expose the 'this' property to WHERE clauses.

1.34.4

Choose a tag to compare

@tidwall tidwall released this 08 May 15:20
Tile38

Tile38 is a real-time geospatial and geofencing server.

Build Instructions | Full Changelog

Fixed

Updated