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: memgraph/mgclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.5
Choose a base ref
...
head repository: memgraph/mgclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 2 commits
  • 10 files changed
  • 1 contributor

Commits on Aug 12, 2025

  1. Use seconds for bolt's ZonedDateTime protocol (#75)

    The `offset` was being treated as minutes - which is how we store
    timezone offsets elsewhere in the product - but the bolt unit is
    actually in seconds (see:
    https://neo4j.com/docs/bolt/current/bolt/structure-semantics/#structure-datetime)
    
    (Also bump semantic version up to 1.4.6)
    colinbarry committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    0f6968c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Transport ZonedDateTimes (#76)

    Encode and decode ZonedDateTime types, both those with numeric based offsets (such as 60 minutes), and named timezones (such as [America/New_York].)
    
    Technically, a struct has been changed that would be breaking, but as this couldn't be used in transport we know that no clients were actually using it.
    
    This also updates the version to 1.5.0.
    colinbarry authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    55cc7f5 View commit details
    Browse the repository at this point in the history
Loading