Releases: mongodb/docs-worker-pool
v1.1.9.1 Parallel Endpoint for domain consolidation
Subdomain consolidation tickets
DOP-2630 Create dotComProd ECS environment and buckets
v1.1.9 Parallel Endpoint for domain consolidation
Subdomain consolidation tickets
DOP-2630 Create dotComProd ECS environment and buckets
v1.1.8.1 Rollback of buffer and execSync changes
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
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 SDKRealm SDK tab has been retitled toSwift SDKcourtesy 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
Update path
V1.1.7 New buckets for writers to stage changes
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
V1.1.6 Parser & FE Version Bumps
v1.1.5 Handle null outputs from deploy command
Handle null outputs from deploy command
v1.1.4
Parser
Added
- External link roles for the k8s migration (DOP-2556).
rust-asyncandrust-syncdriver 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
Validating only when necessary data is available