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

Nov GA #6116

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Nov GA #6116

Show file tree
Hide file tree
Changes from all commits
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
10 changes: 3 additions & 7 deletions sdk/tables/azure-data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Release History

## 1.0.0-beta.5 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.0.0 (2024-11-05)

### Other Changes

General Availability release for Azure Data Tables.
Copy link
Member

Choose a reason for hiding this comment

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

The release notes published along with the blog will end up being empty since they don't include Other Changes.

We typically add a summary of the list of features added from the beta releases, aggregating them in the Features Added section, since that is visible.

We can use this opportunity to advertise to readers what is shipping/becoming GA available. This way the end user sees what are the main capabilities relevant to them based on the release notes.

Consider putting something like this in the Features Added:

This update marks the first stable release of the Azure Data Tables library. To use it, reference Azure::Data::Tables::TableClient in your applications after including azure/data/tables.hpp.


## 1.0.0-beta.4 (2024-08-06)

### Bugs Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define AZURE_DATA_TABLES_VERSION_MAJOR 1
#define AZURE_DATA_TABLES_VERSION_MINOR 0
#define AZURE_DATA_TABLES_VERSION_PATCH 0
#define AZURE_DATA_TABLES_VERSION_PRERELEASE "beta.5"
#define AZURE_DATA_TABLES_VERSION_PRERELEASE ""

#define AZURE_DATA_TABLES_VERSION_ITOA_HELPER(i) #i
#define AZURE_DATA_TABLES_VERSION_ITOA(i) AZURE_DATA_TABLES_VERSION_ITOA_HELPER(i)
Expand Down