Releases: tidwall/tile38
Releases Β· tidwall/tile38
1.37.0
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
1.36.5
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
Tile38 is a real-time geospatial and geofencing server.
1.36.3
Tile38 is a real-time geospatial and geofencing server.
Build Instructions | Full Changelog
Fixed
- 684ad73: Fix panic, move pubq init cond #782 (@AyaIbrahimm)
- cde0ef7: Do not throw Lua nil access error during scans
1.36.2
1.36.1
1.36.0
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
Tile38 is a real-time geospatial and geofencing server.
Build Instructions | Full Changelog
Added
- 4638279: Added NATS Jetstream acks, user credentials, and tls #770 (@VeryStrongFingers)
Updated
1.34.4
Tile38 is a real-time geospatial and geofencing server.
Build Instructions | Full Changelog
Fixed
- 977bf25: Fix issue with some startup flags not being read (@salilgupta1)