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

chore(master): release 2.1.0-rc.50 #962

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 7, 2024

🤖 I have created a release beep boop

2.1.0-rc.50 (2024-11-13)

Features

  • add __typename validation in resolvable (#891) (5192382)
  • add apollo compatibility for valueCompletion (#893) (6570f1c)
  • add apollo compatibility truncate floats (#908) (f02d41a)
  • Add configurable size limit for parsers in pool (#881) (3c6d147)
  • add data source ID to trace (#870) (beb8720)
  • add epoll support to ws origin requests (#921) (6526186)
  • add further apollo-compatible error support (#939) (2d08eb6)
  • Add Heartbeat to updater (#916) (e56cabf)
  • Add Heartbeat to updater, to enable subscriptions to trigger heartbeats to keep the connection alive (12ab638)
  • add non-nullable field errors to value completion extension for compatibility mode (#911) (68d2caa)
  • add option to suppress fetch errors for apollo compatibility mode (#919) (bf705e2)
  • add query plans (#871) (da79d7e)
  • allow list for subgraph error fields (#914) (c2baff2)
  • auto create version bumps on every release to master (a668061)
  • auto create version bumps on every release to master (#942) (b2c3044)
  • ensure that correctly parse backslashes (#884) (274ea2e)
  • ensure that correctly parse backslashes in various comment locations (ac7fa0e)
  • expose acquire resolver wait time in loader hooks (#854) (b85148d)
  • expose compose method of engine federation config factory (#878) (95e943e)
  • expose input list coercion as external module (#863) (3066acd)
  • extract nested variables in normalization (#869) (b2e79ef)
  • improve memory management with local buffer caches (#845) (74619f1)
  • improve performance and memory usage of loader & resolbable (#851) (27670b7)
  • improve planning time (#918) (3b36df0)
  • improve resolve performance by solving merge abstract nodes in postprocessing (#826) (6566e02)
  • include indirect interface names on field info (#907) (b7f16c3)
  • include subgraph name in ART (#929) (fc0993d)
  • make epoll impl lock free and non CPU blocking when idle (#943) (6672360)
  • more efficient use of buffers in http client (#840) (e169967)
  • omit custom fields in subgraph errors (#912) (22e0937)
  • remove resolvable pools, reduces memory (#959) (7fb59ca)
  • rewrite variable renderer to use astjson (#946) (0d2d642)
  • sort arguments and directives on fields, directives on inline fragments (#842) (4efceb0)
  • subgraph error propagation improvements (#883) (13cb695)
  • validate returned enum values (#936) (7aa4add)

Bug Fixes

  • add commitlint (04ac178)
  • add to v1 ignore files (0d5031e)
  • add to v2 ignore (bc186b8)
  • allow path by default in subgraph error (#915) (21d8038)
  • allow to collect DS information per operation and ensure corrected errors are passed (#899) (18a5aae)
  • argument and variable validation during execution (#902) (895e332)
  • correctly render trace and query plan together (#874) (2fc364f)
  • do not record duplicates into fieldsPlannedOn index (03c76b5)
  • do not select parent node in case there will be no child selections (2057417)
  • ensure tools are freed on panic (#872) (7e63724)
  • epoll: limit concurrency (#941) (805f3f2)
  • excessive memory usage through pre allocation buffer size too big (#864) (4b2aab6)
  • execution validation order, do not reuse planner (#925) (3ffce8b)
  • extension propagation (#926) (9c8ca51)
  • extract default variable into list when variable definition is list and value is non-list (#856) (8b3266e)
  • fix tests (3d27ce5)
  • goroutine leak and deadlock in ws event loop (#905) (dd50966)
  • gracefully wait for trigger to async shut down subscription (#889) (628e6bc)
  • ignore empty errors (#890) (4c5556f)
  • improve trigger metrics and do not cancel trigger on subscription completion (#838) (7e71a26)
  • include github token (87123f1)
  • include skip with defaults (#858) (46c5cf7)
  • incorrect enclosing type name in non-null value completion error (#932) (4d28d8d)
  • input template rendering (#964) (b716695)
  • items null rendering (9c6079b)
  • JSON block string encoding (#843) (699eb81)
  • keep scalar order when merging fields in post processing (#834) (d19d9a0)
  • keep scalar order when merging fields in post processing (#835) (d27fb6e)
  • lint issue (0dd2a25)
  • lock all writes on the writer (02fe989)
  • merging fields correctly (0dfb6a2)
  • merging fields correctly (#836) (3c4cb17)
  • nil pointer on operation rule valid argument (f5bf300)
  • nil pointer on operation rule valid argument (#844) (aeb0008)
  • normalizing optional variables with missing value (#873) (823a3b7)
  • only send heartbeats to subscriptions who have opted in (31f8af9)
  • only set object null if path is not empty (#852) (0da842f)
  • planning issue with planning ambiguous nodes selections (#935) (5182216)
  • planning of consecutive fragments and fragments on union (692999d)
  • planning of consecutive fragments and fragments on union (#897) (692999d)
  • planning of provides, parent entity jump, conditional implicit keys, handling of external fields (#818) (fe6ffd6), closes #830 #847
  • preserve typename field position during query expanding (#903) (b1c272d)
  • preserving __typename in a union selection during query rewrite (#906) (ccafb6c)
  • processing websockets dials asynchronously (#831) (3ec0ebe)
  • properly merge representations on the same type but with different nested selections (633c344)
  • properly merge representations on the same type but with different nested selections (#841) (8c129e0)
  • properly populate missing paths after each configuration walk (692999d)
  • propogate typenames when inteface field is used (#901) (3ffa630)
  • provides edge cases (#923) (fd302f6)
  • remove log (#913) (ec6bf70)
  • remove unnecessary SendHeartbeat property (6b7bd63)
  • rename to yml (e661a28)
  • required default value validation (#888) (ae002ab)
  • requires+provides edge case (#928) (a9a2b9e)
  • reset valueCompletion after use (#904) (d5122c7)
  • respond to comments, stop tickers (c983616)
  • return empty data when all root fields was skipped (#910) (4607dc0)
  • return fast when object is nullable in case children are non nullable (#853) (cd6eb19)
  • simplify error string (#896) (1902977)
  • skip value completion when subgraph returned only errors (3a78aab)
  • skip value completion when subgraph returned only errors (#948) (60d243d)
  • subscriptions: avoid deadlock on race for tools (#933) (763eb26)
  • trigger heartbeat in all situations but only send if the sub requests it (afdebf2)
  • use parser pool, avoid panic during parse (#949) (228e1b1)
  • use release-please defaults (aeb3536)
  • value completion typename errors shape compatibility (#909) (2ef79bd)
  • variables normalization for the anonymous operations (#965) (267aef8)
  • variables normalizer - remove skips and operation name (d019a2c)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from fc32377 to ecd929c Compare November 12, 2024 14:43
@github-actions github-actions bot force-pushed the release-please--branches--master branch from ecd929c to 7d762bf Compare November 13, 2024 15:03
@devsergiy devsergiy closed this Nov 13, 2024
@devsergiy devsergiy deleted the release-please--branches--master branch November 13, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Could not plan the operation missing path
1 participant