Skip to content

Commit

Permalink
release: v1.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix authored Jul 2, 2024
2 parents bceb3a7 + 6c68745 commit 8a450dd
Show file tree
Hide file tree
Showing 334 changed files with 18,980 additions and 4,266 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ executors:
# See https://circleci.com/docs/xcode-policy along with the support matrix
# at https://circleci.com/docs/using-macos#supported-xcode-versions.
# We use the major.minor notation to bring in compatible patches.
#
# TODO: remove workaround added in https://github.com/apollographql/router/pull/5462
# once we update to Xcode >= 15.1.0
# See: https://github.com/apollographql/router/pull/5462
xcode: "14.2.0"
resource_class: macos.m1.medium.gen1
windows_build: &windows_build_executor
Expand Down Expand Up @@ -492,6 +496,10 @@ commands:
environment:
# Use the settings from the "ci" profile in nextest configuration.
NEXTEST_PROFILE: ci
# Temporary disable lib backtrace since it crashing on MacOS
# TODO: remove this workaround once we update to Xcode >= 15.1.0
# See: https://github.com/apollographql/router/pull/5462
RUST_LIB_BACKTRACE: 0
command: xtask test --workspace --locked --features ci
- run:
name: Delete large files from cache
Expand Down
391 changes: 389 additions & 2 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading

0 comments on commit 8a450dd

Please sign in to comment.