Skip to content

v1.10.1 - Ruby 3+ Support

Choose a tag to compare

@AdrianCurtin AdrianCurtin released this 17 Nov 19:01
· 99 commits to master since this release

Ruby 3+ Hash and Block Arguments Support

This release adds support for Ruby 3+ style hash and block arguments, modernizing the codebase for compatibility with newer Ruby versions.

Changes

  • IMPROVED: Updated method signatures to support Ruby 3+ style hash and block arguments across:
    • Parse::Client and client-related classes
    • Model associations (CollectionProxy, HasMany, RelationCollectionProxy)
    • Core actions, fetching, and querying methods
    • Query interface
    • Webhooks
    • Stack tasks

Commit: c548832
Author: Henry Spindell
Date: August 31, 2024