Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tidwall/tile38
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.33.3
Choose a base ref
...
head repository: tidwall/tile38
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 10 files changed
  • 5 contributors

Commits on Nov 1, 2024

  1. Update README.md

    tidwall authored Nov 1, 2024
    Copy the full SHA
    1ef5394 View commit details

Commits on Nov 5, 2024

  1. 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
    tidwall committed Nov 5, 2024
    Copy the full SHA
    aa1caa6 View commit details
  2. 1.33.4

    tidwall committed Nov 5, 2024
    Copy the full SHA
    7284512 View commit details

Commits on Nov 13, 2024

  1. Update README.md

    Fix discord link
    tidwall authored Nov 13, 2024
    Copy the full SHA
    69a36ed View commit details

Commits on Nov 16, 2024

  1. Add linestring benchmark

    tidwall committed Nov 16, 2024
    Copy the full SHA
    d445566 View commit details

Commits on Nov 25, 2024

  1. Upgrade base image in Dockerfile to alpine:3.20

    Tri Duong committed Nov 25, 2024
    Copy the full SHA
    d75dd02 View commit details

Commits on Dec 5, 2024

  1. 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.
    crankycookie committed Dec 5, 2024
    Copy the full SHA
    d24fbd0 View commit details

Commits on Dec 6, 2024

  1. Merge pull request #759 from crankycookie/jkwon/add-sqs-fifo

    Adds the ability to use SQS FIFO queues.
    tidwall authored Dec 6, 2024
    Copy the full SHA
    459b3e6 View commit details

Commits on Dec 10, 2024

  1. Merge pull request #757 from tduong2049/upgrade-alpine-docker

    Upgrade base image in Dockerfile to alpine:3.20
    tidwall authored Dec 10, 2024
    Copy the full SHA
    bed590b View commit details
  2. Update to Go 1.23

    tidwall committed Dec 10, 2024
    Copy the full SHA
    2b09508 View commit details
  3. 1.34.0

    tidwall committed Dec 10, 2024
    Copy the full SHA
    5be471a View commit details

Commits on Dec 11, 2024

  1. 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>
    dependabot[bot] authored Dec 11, 2024
    Copy the full SHA
    f0cb0ee View commit details

Commits on Dec 21, 2024

  1. 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
    tidwall authored Dec 21, 2024
    Copy the full SHA
    07389d8 View commit details

Commits on Jan 2, 2025

  1. Copy the full SHA
    e6f184d View commit details
  2. Copy the full SHA
    8b09cd5 View commit details

Commits on Jan 8, 2025

  1. Merge pull request #762 from tduong2049/td/bump-go-net

    Bump golang.org/x/net from v0.23.0 to v0.33.0
    tidwall authored Jan 8, 2025
    Copy the full SHA
    927f382 View commit details

Commits on Jan 14, 2025

  1. 1.34.1

    tidwall committed Jan 14, 2025
    Copy the full SHA
    2e2bd14 View commit details
Loading