1403 Commits

Author SHA1 Message Date
tidwall
d445566c06 Add linestring benchmark 2024-11-16 08:19:41 -07:00
Josh Baker
69a36ed176
Update README.md
Fix discord link
2024-11-13 09:39:02 -07:00
tidwall
72845124ec 1.33.4 2024-11-05 16:50:53 -07:00
tidwall
aa1caa6131 Use zero for undefined fields in where expressions
This commit fixes an issue where expressions were
silently failing when encountering undefined fields.
Instead they should be treating the undefined field like
the number zero. This is required to stay compatible with
how Tile38 handles zeros.
https://tile38.com/commands/intersects/#fields

Fixes #754
2024-11-05 14:03:23 -07:00
Josh Baker
1ef53941b2
Update README.md 2024-11-01 10:53:23 -07:00
tidwall
a3b5db776f 1.33.3 2024-09-29 17:48:33 -07:00
Josh Baker
2b080f4aee
Merge pull request #752 from Kilowhisky/Fix_750
Add 'slave_repl_offset' to the INFO replication command output
2024-09-05 18:19:43 -07:00
Chris Rice
2451fce391 Add 'slave_repl_offset' to the INFO replication command output 2024-09-03 09:30:54 -07:00
tidwall
a953466318 1.33.2 2024-08-02 09:37:00 -07:00
Josh Baker
2e3eaa74bb
Merge pull request #749 from Kilowhisky/Fix-#748
Remove extra quote in ROLE command with JSON output
2024-08-02 09:35:34 -07:00
Chris Rice
100c4dd837 Remove extra quote in ROLE command with JSON output 2024-08-02 09:33:15 -07:00
tidwall
4a1c800b0e 1.33.1 2024-07-02 19:32:38 -07:00
tidwall
193bce17c1 Fix followers not receiving channel messages
This commit fixes a bug where the leader was not propagating to
the followers.

See #468
2024-06-26 08:30:50 -07:00
Josh Baker
7effd234ac
Update link to iwpnd/tile38-ts 2024-06-09 18:58:38 -07:00
tidwall
32462231c0 1.33.0 2024-06-03 20:23:12 -07:00
tidwall
c6290ddb63 Update go workflow version 2024-06-03 20:13:06 -07:00
Josh Baker
16055ff745
Merge pull request #743 from iwpnd/fix/whereins
fix: whereins defaulting to lower case
2024-06-03 19:38:33 -07:00
Josh Baker
0787085983
Merge pull request #742 from iwpnd/fix/fset/case
fix: FSET lowercasing upper case fields
2024-06-03 19:38:21 -07:00
Josh Baker
4ef11351f3
Merge pull request #738 from Kilowhisky/cors_support
Add support for CORS in http requests
2024-06-03 19:37:27 -07:00
Josh Baker
af0bf7a5a2
Merge pull request #733 from tidwall/dependabot/go_modules/golang.org/x/net-0.23.0
Bump golang.org/x/net from 0.18.0 to 0.23.0
2024-06-03 19:36:44 -07:00
Josh Baker
1b34db46a4
Merge pull request #731 from oftenoccur/master
chore: fix some typos in comments
2024-06-03 19:36:24 -07:00
Benjamin Ramser
a47f02b02d fix: whereins defaulting to lower case 2024-05-27 22:54:55 +02:00
Benjamin Ramser
718bff54c1 fix: FSET lowercasing upper case fields
fixes #741
2024-05-25 12:16:58 +02:00
Kilowhisky
1a437d3855 Access-Control-Allow-Headers is apparently required by the spec 2024-05-06 22:07:07 -07:00
Kilowhisky
e653b765b7 Add tests 2024-05-06 21:59:32 -07:00
Kilowhisky
4b08376fad Add support for CORS in http requests 2024-05-06 16:12:44 -07:00
tidwall
51e6862797 Fix field floating point parsing misrepresentation
This commit fixes an issue where fields with floating points
that have zero prefixes and underscores are being parsed as
numbers.

Now those are treated as string values.

See #736
2024-05-03 18:14:06 -07:00
dependabot[bot]
7b177fba1a
Bump golang.org/x/net from 0.18.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.18.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.18.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 12:41:01 +00:00
oftenoccur
c3b9b40ee8 chore: fix some typos in comments
Signed-off-by: oftenoccur <ezc5@sina.com>
2024-04-11 11:16:44 +08:00
Josh Baker
20522efba9
Make logo absolutely gorg for those who hate the light 2024-04-10 17:12:50 -07:00
Josh Baker
9221ca877b
Merge pull request #726 from Kilowhisky/exists
Add EXIST and FEXIST command
2024-03-24 22:54:48 -07:00
Josh Baker
9e869e04c3
Merge branch 'master' into exists 2024-03-24 22:54:40 -07:00
Josh Baker
62bb041f3a
Merge pull request #725 from Kilowhisky/fget
Add FGET command
2024-03-24 22:52:21 -07:00
Josh Baker
0662ab8560
Merge pull request #724 from tidwall/dependabot/go_modules/google.golang.org/protobuf-1.33.0
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
2024-03-24 22:51:47 -07:00
Chris Rice
c17482afa4 Add EXIST and FEXIST command 2024-03-19 03:19:16 +00:00
Chris Rice
48394af724 Add FGET command 2024-03-18 20:10:04 +00:00
dependabot[bot]
88b6ea884e
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 23:14:46 +00:00
tidwall
72478a5a6f 1.32.2 2024-02-14 21:32:23 -07:00
Josh Baker
a75ea8808c
Merge pull request #718 from undeadcat/bugfix-expired-metric-not-returned
fix #717: tile38_expired_keys and several other metrics not returned
2024-02-14 21:17:32 -07:00
Maxim Kropotov
c78c8b4287 fix #717 not returned metrics
expired_keys never incremented
additional metrics not returned from metrics endpoint
2024-02-12 22:26:23 +02:00
Josh Baker
946031456e
Merge pull request #715 from tidwall/dependabot/go_modules/golang.org/x/crypto-0.17.0
Bump golang.org/x/crypto from 0.15.0 to 0.17.0
2023-12-18 18:32:50 -07:00
dependabot[bot]
c3d878a651
Bump golang.org/x/crypto from 0.15.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.15.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 00:00:42 +00:00
tidwall
46b9600683 Fix crash when mixing z-coord dimensionality in a geometry
See:
- #714
- https://github.com/tidwall/geojson/commit/dd1394f
2023-12-18 12:33:59 -07:00
tidwall
c494fe5459 1.32.1 2023-11-20 11:33:31 -07:00
Josh Baker
ee61cd11c1
Merge pull request #702 from LLluma/bug_sqs_url_china_region
[BUG] Fix AWS SQS base domain parsing for China region
2023-11-20 11:27:32 -07:00
Josh Baker
4c34a534d1
Merge pull request #706 from Kilowhisky/SSL_NO_AUTH
Add support for 'none' authentication for kafka while still allowing SSL
2023-11-20 11:25:54 -07:00
tidwall
06cf6ebd67 Update dependencies 2023-11-20 07:33:10 -07:00
tidwall
c0b8420a40 Update google.golang.org/grpc to 1.59.0 2023-11-20 07:27:08 -07:00
Josh Baker
3903dd5068
Merge pull request #708 from tidwall/dependabot/go_modules/golang.org/x/net-0.17.0
Bump golang.org/x/net from 0.7.0 to 0.17.0
2023-11-19 22:14:01 -07:00
Josh Baker
249f1537f3
Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.17.0 2023-11-19 22:13:47 -07:00