Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.63.0 Release #3412

Closed
wants to merge 17 commits into from
Closed

4.63.0 Release #3412

wants to merge 17 commits into from

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    6596740 View commit details
    Browse the repository at this point in the history
  2. Fix the thread name printed by the Logger (#3382)

    * Fix the thread name printed by the `Logger`
    
    - The thread name was being read inside `loggerQueue.async{}`, which made it always print
    `io.getstream.logconfig`. Fixed to read it before entering the dispatch queue, and now it prints the correct thread name.
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Nuno Vieira <nuno.fcvieira93@gmail.com>
    SagarSDagdu and nuno-vieira committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    87bf483 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    f64d4e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    137775c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Bump rexml from 3.3.3 to 3.3.6 (#3396)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.3.3 to 3.3.6.
    - [Release notes](https://github.com/ruby/rexml/releases)
    - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
    - [Commits](ruby/rexml@v3.3.3...v3.3.6)
    
    ---
    updated-dependencies:
    - dependency-name: rexml
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    29ff68b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    cf2645a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db33d31 View commit details
    Browse the repository at this point in the history
  3. Download and share attachments (#3393)

    * Download and share file attachments
    
    * Add methods for deleting local downloads and clear downloaded files on logout
    
    * Make AttachmentDownloadingState.localFileURL optional because it is valid only when downloading has been finished
    
    * Add tests
    
    * Add a separate property for storing the download state and a new enum for representing it
    
    * Allow downloading any kind of attachment
    
    * Add snapshot test for downloaded file
    
    * Add a feature toggle
    
    * Add documentation for file downloads
    
    * Show download button for failed download
    laevandus committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    16ae812 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 3, 2024

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

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    6762aa3 View commit details
    Browse the repository at this point in the history
  2. Add unset argument to CurrentChatUserController.updateUserData an…

    …d `ConnectedUser.update` for clearing user data fields (#3404)
    laevandus committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3b777a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34caca9 View commit details
    Browse the repository at this point in the history
  4. Local database integrity (#3399)

    * Discard offline state changes when saving database changes fails
    
    * Add an error log when ChatClient misuse is detected
    laevandus committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    75d3046 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    391f61b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    a03b337 View commit details
    Browse the repository at this point in the history
  2. Bump 4.63.0

    Stream Bot authored and Stream Bot committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e0e5850 View commit details
    Browse the repository at this point in the history