8000 Comparing v14.13.1...master · realm/realm-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: realm/realm-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.13.1
Choose a base ref
...
head repository: realm/realm-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 13 files changed
  • 5 contributors

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    43a1aac View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Update evergreen to use xcode 15.3

    jbreams authored and jedelbo committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6ca7e03 View commit details
    Browse the repository at this point in the history
  2. Fix issue when changing type of primary key

    If you change the type of the primary key and call Realm::update_schema()
    without a migration function, the new column will not be set as primary
    key column.
    jedelbo committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f7c8e97 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Prepare for release 14.13.2

    jedelbo committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c5d7d15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b7f64d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. Do not set primary key column before migration function is called

    This is fixing a regression introduced by f7c8e97. The change done in
    this commit is reverted. Instead the primary key column is set in the
    post migration changes.
    jedelbo committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    c3fba11 View commit details
    Browse the repository at this point in the history
  2. Prepare for release 14.13.3

    jedelbo committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    930c21c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3303e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Configuration menu
    Copy the full SHA
    a86f1ef View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Prepare for release 14.13.4

    jedelbo committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    dabc7f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    350249e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Reuse transaction when refreshing subscriptions after commit (#8068)

    * Reuse transaction when refreshing subscriptions after commit
    
    * changelog
    
    * pass shared_ptr directly
    
    * Fix pr number in changelog
    
    ---------
    
    Co-authored-by: Daniel Tabacaru <daniel.tabacaru9@gmail.com>
    jbreams and danieltabacaru authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    783a94d View commit details
    Browse the repository at this point in the history
  2. Prepare for release 14.13.5

    jedelbo committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    cb5f45a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e2d62c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Enable automatic client reset handling for audit Realms (#8072)

    Audit Realms typically don't get client resets due to being very short lived, but restarting sync while one is partially uploaded can result in a bad client file ident error which also blocks uploading any other unuploaded files. Standard automatic client reset is pretty inefficient for these files, but it works fine and the optimal thing would be fairly complicated.
    tgoyne authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    4aa15f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Prepare for release 14.14.0

    jedelbo committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    cccb3ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aeef51 View commit details
    Browse the repository at this point in the history
Loading
0