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

Release - 0.46.0 #1897

Merged
merged 4 commits into from
Aug 9, 2021
Merged

Release - 0.46.0 #1897

merged 4 commits into from
Aug 9, 2021

Conversation

calvincestari
Copy link
Member

@calvincestari calvincestari commented Aug 9, 2021

Two big changes included in this release:

  1. Swift experimental codegen removed from main
  2. WebSocketTransport can be configured with a store parameter to update the cache when receiving data; this will in turn cause watchers to be updated.

Pre-release Checklist

  • Update the CHANGELOG with all relevant changes since the prior version.
  • Update the version in Configuration/Shared/Project-Version.xcconfig
  • Run the Documentation Generator as noted in api-reference.md to re-generate documentation from source for all included libraries
  • Validate that main builds with a test Swift Package Manager project
  • Validate that main builds with a test CocoaPods project
  • Validate that main builds with a test Carthage project
  • Make sure all playground pages merged into main run

* Removing Swift experimental code generation
* WebSocketTransport store configuration
* Public methods on ApolloStore
@calvincestari calvincestari added 2021-08 no-changelog Indicates that changes from this PR do not need to be included in the changelog for their release. labels Aug 9, 2021
@calvincestari
Copy link
Member Author

@designatednerd - just saw your comment from release 0.45.0 about committing doc changes directly to main. Will follow that next time.

Copy link
Contributor

@designatednerd designatednerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤞 on the automagic changelog generation!

@calvincestari
Copy link
Member Author

🤞 on the automagic changelog generation!

Manual still unfortunately.

@calvincestari calvincestari merged commit f3d9f55 into main Aug 9, 2021
@calvincestari calvincestari deleted the release/0.46.0 branch August 9, 2021 20:49
ketenshi added a commit to scorebet/apollo-ios that referenced this pull request Aug 16, 2021
* main: (856 commits)
  Add execution tests for ApolloClient clearCache callback queue (apollographql#1901)
  Use the provided callback queue instead of the store's default. (apollographql#1904)
  chore(deps): update dependency path-parse to 1.0.7 [security] (apollographql#1899)
  Release - 0.46.0 (apollographql#1897)
  Update subscriptions tutorial to be compatible with recent changes (apollographql#1893)
  Add docs and improve merging of records from WebSockets into cache. (apollographql#1892)
  Publish response from the `WebSocketTransport` to the `ApolloStore` (apollographql#1889)
  fix(deps): update dependency gatsby-theme-apollo-docs to v4.7.14
  Removing Swift codegen (v1) (apollographql#1873)
  Update toolchain versions used by circleci (apollographql#1875)
  fix(deps): update dependency gatsby-theme-apollo-docs to v4.7.13
  Community Updates - ROADMAP/README (apollographql#1867)
  [Release] - 0.45.0 (apollographql#1862)
  WebSocket Fixes - Revert to Starscream 3.x and invert dependency (apollographql#1861)
  Docs/discussions_2_community branch changes (apollographql#1858)
  Replace spectrum with Discourse (apollographql#1857)
  fix(deps): update dependency gatsby-theme-apollo-docs to v4.7.12
  Configure Renovate (apollographql#1854)
  Revert "Reconfiguring renovate 2/2"
  Reconfiguring renovate 2/2
  ...

# Conflicts:
#	Sources/Apollo/GraphQLQueryWatcher.swift
#	Sources/ApolloWebSocket/WebSocketTransport.swift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that changes from this PR do not need to be included in the changelog for their release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants