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

1.2.0 Release #2396

Merged
merged 6 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
latest updates worthy of mention
  • Loading branch information
sagerb committed Oct 17, 2024
commit bf0429de09ebf00778f0cb7aa75d91335c1ceea9
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
button. Instead, errors are displayed during the deployment process to better
indicate what needs to be addressed (#2345, #2374)
- Added a line number to the configuration file error message to better indicate
where the schema validation error is occuring (#2330)
where the schema validation error is occurring (#2330)
- Added a more informative error when the Content ID is not found on the
Connect server when updating an existing deployment (#2287)
- Added more logging to the extension output to help diagnose issues (#2153)
Expand All @@ -26,8 +26,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added helpful errors when attempting to deploy with a missing package file, or
a package file with no content (#2177, #2327)
- Added a helpful error when attempting to deploy to locked content (#2375)
- Added a fast failure when attempting to deploy to a piece of content on
- Added a fast failure when attempting to deploy to an existing target on
Connect with a different content type (#2301)
- Added automatic inclusion of deployment's configuration and content record
files (#2370)

### Changed

Expand All @@ -39,6 +41,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
and link to the content's logs directly (#2206)
- Changed URL validation when adding a Connect server credential to allow for
URLs with paths (#2001)
- Changed URL validation to automatically discover the proper Connect server
API endpoint based on the URL provided by the user (often incorrect) (#2001)
- Changed unexpected errors to be briefer, with additional details being sent
to the VSCode's Output/Window pane

### Fixed

Expand Down
10 changes: 8 additions & 2 deletions extensions/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
button. Instead, errors are displayed during the deployment process to better
indicate what needs to be addressed (#2345, #2374)
- Added a line number to the configuration file error message to better indicate
where the schema validation error is occuring (#2330)
where the schema validation error is occurring (#2330)
- Added a more informative error when the Content ID is not found on the
Connect server when updating an existing deployment (#2287)
- Added more logging to the extension output to help diagnose issues (#2153)
Expand All @@ -27,8 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added helpful errors when attempting to deploy with a missing package file, or
a package file with no content (#2177, #2327)
- Added a helpful error when attempting to deploy to locked content (#2375)
- Added a fast failure when attempting to deploy to a piece of content on
- Added a fast failure when attempting to deploy to an existing target on
Connect with a different content type (#2301)
- Added automatic inclusion of deployment's configuration and content record
files (#2370)

### Changed

Expand All @@ -40,6 +42,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
and link to the content's logs directly (#2206)
- Changed URL validation when adding a Connect server credential to allow for
URLs with paths (#2001)
- Changed URL validation to automatically discover the proper Connect server
API endpoint based on the URL provided by the user (often incorrect) (#2001)
- Changed unexpected errors to be briefer, with additional details being sent
to the VSCode's Output/Window pane

### Fixed

Expand Down