Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Releases: mongodb/docs-worker-pool

v1.1.9.1 Parallel Endpoint for domain consolidation

05 Jan 21:14

Choose a tag to compare

Subdomain consolidation tickets

DOP-2630 Create dotComProd ECS environment and buckets

v1.1.9 Parallel Endpoint for domain consolidation

05 Jan 20:51
43bbe64

Choose a tag to compare

Subdomain consolidation tickets

DOP-2630 Create dotComProd ECS environment and buckets

v1.1.8.1 Rollback of buffer and execSync changes

20 Dec 17:30
1816a38

Choose a tag to compare

This release rolls back changes made to utilize execSync and an increased buffer output configuration.

Regressions were observed in legacy builds due to execSync's changed return signature vs. exec - stderr is not populated in exit code zero cases, and stderr is the output buffer for legacy build warnings and errors.

v1.1.8 The one before holiday code freeze

16 Dec 22:42
0c0cdb4

Choose a tag to compare

New Features

Front End

  • Bump consistent nav to v1.2.7: Updates the "Try Free" link to https://www.mongodb.com/cloud/atlas/register
  • Headings now have a new icon that you can click to automatically copy the url for that heading (DOP-2393, #516).
  • Hovering over the guides within a chapter card now shows a gray background to indicate that it can be clicked (DOP-2601, #512).

Parser

  • OpenAPI specs may now be fetched from realm (DOP-2533, #360) with the :uses-realm: option on the openapi directive.

Improvements / Fixes

Parser

  • The language server has had significant work to increase concurrency and reduce jank, and now runs the postprocessor (DOP-2546, #358) bringing diagnostic parity with builds. More work is planned, but this is a significant step forward, years in the making!
  • The iOS SDK Realm SDK tab has been retitled to Swift SDK courtesy of Chris Bush (#364).
  • HTTP cache now avoids re-sending requests for an hour (#363)

v1.1.7.1 Fix a path typo for makefiles

24 Nov 04:44

Choose a tag to compare

V1.1.7 New buckets for writers to stage changes

23 Nov 22:08

Choose a tag to compare

Decouple Staging environment from Writers staging activity

Staging buckets are part of staging stack but used by prod and staging autobuilders.

As we are working on phase 2 of autobuilder , deploying it to the staging for dev test purposes created issues with the cloudformation stack, eventually we have to delete it ( stack was drifted and importing was not successfull)

This should not happen at all, once we have a dedicated dev environment where all our dev testing will be done.Said that, since the staging buckets are used by both environments,

i am thinking moving the buckets used to stage the build ,to prod environment itself. so that anything done on the lower environments wont affect things

https://jira.mongodb.org/browse/DOP-2564

V1.1.6 Parser & FE Version Bumps

18 Nov 21:04

Choose a tag to compare

v1.1.5 Handle null outputs from deploy command

16 Nov 19:03
a610582

Choose a tag to compare

Handle null outputs from deploy command

v1.1.4

05 Nov 15:20
9539d10

Choose a tag to compare

Parser

Added

  • External link roles for the k8s migration (DOP-2556).
  • rust-async and rust-sync driver tabs.
  • Directives and metadata for upcoming guides work.

Changed

  • Docutils 0.18 is explicitly unsupported for the moment.

Frontend

Fixed

v1.1.3 Validation issues while deploying

01 Nov 22:28
2a1a196

Choose a tag to compare

Validating only when necessary data is available