Update CHANGELOG for v0.1.0b8 release#160
Merged
abelmilash-msft merged 2 commits intomainfrom Apr 10, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project changelog to publish the v0.1.0b8 release notes and adjust compare links accordingly.
Changes:
- Promotes the previous top section to
## [0.1.0b8] - 2026-04-10. - Updates the
[Unreleased]compare link to start fromv0.1.0b8. - Adds a
[0.1.0b8]compare link definition.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sagebree
approved these changes
Apr 10, 2026
abelmilash-msft
added a commit
that referenced
this pull request
Apr 11, 2026
Release changelog for v0.1.0b8. ## Changes included in this release ### Added - Batch API: `client.batch` namespace for deferred-execution batch operations (#129) - Batch DataFrame integration: `client.batch.dataframe` namespace (#129) - `client.records.upsert()` and `client.batch.records.upsert()` with alternate-key support (#129) - QueryBuilder: `client.query.builder()` with fluent API and composable filter expressions (#118) - Memo/multiline column type support in `client.tables.create()` and `client.tables.add_columns()` (#155) ### Changed - Picklist label resolution now uses a single bulk API call per table with 1-hour TTL cache (#154) ### Fixed - `client.query.sql()` now paginates and returns all rows instead of truncating at 5,000 (#157) - Alternate key fields no longer merged into `UpsertMultiple` request body (#129) - Docstring type annotations corrected for Microsoft Learn compatibility (#153) --------- Co-authored-by: Abel Milash <abelmilash@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release changelog for v0.1.0b8.
Changes included in this release
Added
client.batchnamespace for deferred-execution batch operations (Implement batch API with changeset, upsert, and DataFrame integration #129)client.batch.dataframenamespace (Implement batch API with changeset, upsert, and DataFrame integration #129)client.records.upsert()andclient.batch.records.upsert()with alternate-key support (Implement batch API with changeset, upsert, and DataFrame integration #129)client.query.builder()with fluent API and composable filter expressions (Add QueryBuilder with fluent API and composable filter expressions #118)client.tables.create()andclient.tables.add_columns()(Add memo/multiline column type support #155)Changed
Fixed
client.query.sql()now paginates and returns all rows instead of truncating at 5,000 (client.query.sql() silently truncates at 5,000 rows — should auto-paginate #157)UpsertMultiplerequest body (Implement batch API with changeset, upsert, and DataFrame integration #129)