Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: tidwall/tile38

1.37.0

06 Jan 16:43

Choose a tag to compare

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

  • #791: Add regexp to where expressions using '=~' (@TomDeVito)

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

05 Oct 11:17

Choose a tag to compare

Tile38

Tile38 is a real-time geospatial and geofencing server.

Build Instructions | Full Changelog

  • 5462de9: Add -o flag to auto set client output to json or resp #779 (@huangpeizhi2018)
  • 27bd77a: Fix 'outside' detect not firing when 'cross' is present

1.36.4

03 Oct 21:58

Choose a tag to compare

Tile38

Tile38 is a real-time geospatial and geofencing server.

Build Instructions | Full Changelog

1.36.3

26 Sep 19:41

Choose a tag to compare

Tile38

Tile38 is a real-time geospatial and geofencing server.

Build Instructions | Full Changelog

Fixed

1.36.2

05 Sep 00:25

Choose a tag to compare

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

28 Aug 23:46

Choose a tag to compare

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

14 Aug 23:45

Choose a tag to compare

Tile38

Tile38 is a real-time geospatial and geofencing server.

Build Instructions | Full Changelog

Added

  • 35bde95: Support for Cloudflare Queues endpoint #773 (@tobilg)
  • a2afb21: Vector tile support (Mapbox vector tiles) #775

Updated

1.35.0

17 Jun 03:38

Choose a tag to compare

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

08 May 15:20

Choose a tag to compare

Tile38

Tile38 is a real-time geospatial and geofencing server.

Build Instructions | Full Changelog

Fixed

Updated

  • 86333cd: Bump golang.org/x/net #767

1.34.3

16 Apr 16:24

Choose a tag to compare

Tile38

Tile38 is a real-time geospatial and geofencing server.

Build Instructions | Full Changelog

Fixed