-
Notifications
You must be signed in to change notification settings - Fork 579
Comparing changes
Open a pull request
base repository: tidwall/tile38
base: 1.33.3
head repository: tidwall/tile38
compare: master
- 17 commits
- 10 files changed
- 5 contributors
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ef5394 - Browse repository at this point
Copy the full SHA 1ef5394View commit details
Commits on Nov 5, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for aa1caa6 - Browse repository at this point
Copy the full SHA aa1caa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7284512 - Browse repository at this point
Copy the full SHA 7284512View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69a36ed - Browse repository at this point
Copy the full SHA 69a36edView commit details
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d445566 - Browse repository at this point
Copy the full SHA d445566View commit details
Commits on Nov 25, 2024
-
Upgrade base image in Dockerfile to alpine:3.20
Tri Duong committedNov 25, 2024 Configuration menu - View commit details
-
Copy full SHA for d75dd02 - Browse repository at this point
Copy the full SHA d75dd02View commit details
Commits on Dec 5, 2024
-
Adds the ability to use SQS FIFO queues.
All SQS FIFO queues have the `.fifo` suffix at the end of their URL - this is how we determine if we are using a FIFO queue or not. The `MessageGroupId` (A required field for FIFO) is set using the key & id of the event's message. Note: This commit does not add the the `MessageDeduplicationID` so the FIFO queue must have content-based deduplication enabled.
Configuration menu - View commit details
-
Copy full SHA for d24fbd0 - Browse repository at this point
Copy the full SHA d24fbd0View commit details
Commits on Dec 6, 2024
-
Merge pull request #759 from crankycookie/jkwon/add-sqs-fifo
Adds the ability to use SQS FIFO queues.
Configuration menu - View commit details
-
Copy full SHA for 459b3e6 - Browse repository at this point
Copy the full SHA 459b3e6View commit details
Commits on Dec 10, 2024
-
Merge pull request #757 from tduong2049/upgrade-alpine-docker
Upgrade base image in Dockerfile to alpine:3.20
Configuration menu - View commit details
-
Copy full SHA for bed590b - Browse repository at this point
Copy the full SHA bed590bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b09508 - Browse repository at this point
Copy the full SHA 2b09508View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be471a - Browse repository at this point
Copy the full SHA 5be471aView commit details
Commits on Dec 11, 2024
-
Bump golang.org/x/crypto from 0.21.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0. - [Commits](golang/crypto@v0.21.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for f0cb0ee - Browse repository at this point
Copy the full SHA f0cb0eeView commit details
Commits on Dec 21, 2024
-
Merge pull request #760 from tidwall/dependabot/go_modules/golang.org…
…/x/crypto-0.31.0 Bump golang.org/x/crypto from 0.21.0 to 0.31.0
Configuration menu - View commit details
-
Copy full SHA for 07389d8 - Browse repository at this point
Copy the full SHA 07389d8View commit details
Commits on Jan 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e6f184d - Browse repository at this point
Copy the full SHA e6f184dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b09cd5 - Browse repository at this point
Copy the full SHA 8b09cd5View commit details
Commits on Jan 8, 2025
-
Merge pull request #762 from tduong2049/td/bump-go-net
Bump golang.org/x/net from v0.23.0 to v0.33.0
Configuration menu - View commit details
-
Copy full SHA for 927f382 - Browse repository at this point
Copy the full SHA 927f382View commit details
Commits on Jan 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2e2bd14 - Browse repository at this point
Copy the full SHA 2e2bd14View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.33.3...master