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: ash-project/ash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.23
Choose a base ref
...
head repository: ash-project/ash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.24
Choose a head ref
  • 11 commits
  • 22 files changed
  • 5 contributors

Commits on Oct 3, 2024

  1. chore(deps): bump the production-dependencies group with 2 updates (#…

    …1494)
    
    Bumps the production-dependencies group with 2 updates: [igniter](https://github.com/ash-project/igniter) and [spark](https://github.com/ash-project/spark).
    
    
    Updates `igniter` from 0.3.45 to 0.3.46
    - [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
    - [Commits](ash-project/igniter@v0.3.45...v0.3.46)
    
    Updates `spark` from 2.2.30 to 2.2.31
    - [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
    - [Commits](ash-project/spark@v2.2.30...v2.2.31)
    
    ---
    updated-dependencies:
    - dependency-name: igniter
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: spark
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e8e6175 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump dialyxir in the dev-dependencies group (#1495)

    Bumps the dev-dependencies group with 1 update: [dialyxir](https://github.com/jeremyjh/dialyxir).
    
    
    Updates `dialyxir` from 1.4.3 to 1.4.4
    - [Release notes](https://github.com/jeremyjh/dialyxir/releases)
    - [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)
    - [Commits](jeremyjh/dialyxir@1.4.3...1.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: dialyxir
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3ed8fa4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    c4c8dbf View commit details
    Browse the repository at this point in the history
  2. fix: properly hydrate aggregate calculations & fields

    chore: docs improvements on `no_attributes?`
    zachdaniel committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ba8a608 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9770de View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    61ec2c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a9dc15 View commit details
    Browse the repository at this point in the history
  3. improvement: re-introduce removed behavior to short circuit policy co…

    …nditions
    
    this was primarily an optimization, but there are cases where this behavior
    can be depended on. Specifically, with defensive coding in checks that should
    only be run under certain circumstances (this is not a security bug)
    zachdaniel committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    32fa017 View commit details
    Browse the repository at this point in the history
  4. chore: update docs

    zachdaniel committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6ea3082 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27b49cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2498a7d View commit details
    Browse the repository at this point in the history
Loading