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: supabase/supabase-swift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.24.1
Choose a base ref
...
head repository: supabase/supabase-swift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.24.2
Choose a head ref
  • 5 commits
  • 21 files changed
  • 3 contributors

Commits on Dec 20, 2024

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

Commits on Jan 6, 2025

  1. chore(deps): bump github.com/pointfreeco/swift-concurrency-extras (#629)

    Bumps [github.com/pointfreeco/swift-concurrency-extras](https://github.com/pointfreeco/swift-concurrency-extras) from 1.3.0 to 1.3.1.
    - [Release notes](https://github.com/pointfreeco/swift-concurrency-extras/releases)
    - [Commits](pointfreeco/swift-concurrency-extras@1.3.0...1.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pointfreeco/swift-concurrency-extras
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    4fd8252 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

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

Commits on Jan 8, 2025

  1. fix(realtime): auto reconnect after calling disconnect, and several r…

    …efactors (#627)
    
    * fix: trigger socket reconnection on a new Task
    
    * use factory function for returning ws connection
    
    * code format
    
    * use FakeWebSocket on tests
    
    * integration tests
    
    * fix FakeWebSocket
    
    * add docs for EventEmitter
    
    * use SupabaseClient for integration test
    
    * fire channel rejoins on background
    
    * allow multiple channels to the same topic
    
    * remove Socket abstraction and use client directly
    
    * skip linux CI
    
    * fix build
    grdsdev authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    1887f4f View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.24.2 (#632)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    a06e745 View commit details
    Browse the repository at this point in the history
Loading