Commit 86ea250
Update CHANGELOG for v0.1.0b8 release (#160)
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>1 parent ecc4d07 commit 86ea250
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | | - | |
| 113 | + | |
| 114 | + | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
| |||
0 commit comments