Skip to content

Commit 12c4bac

Browse files
committed
Iterating
1 parent fd2fd57 commit 12c4bac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/upgrading.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ New Features:
2323
- Create, list, describe, and delete BYOC indexes
2424

2525
Other improvements:
26-
- ~70% faster initial import and client instantiation time thanks to refactoring to implement lazy loading. This means your app won't waste time loading code for features you're not using.
27-
- Retries are now enabled by default for REST calls (implemented for both urllib3 and aiohttp)
28-
- A `py.typed` marker file is now included to indicate type information is present in the package. We're still working toward reaching full coverage with our type hints, but including this file allows some tools to find the inline definitions we have already implemented.
26+
- ~70% faster client instantiation time thanks to extensive refactoring to implement lazy loading. This means your app won't waste time loading code for features you're not using.
27+
- Retries with exponential backoff are now enabled by default for REST calls (implemented for both urllib3 and aiohttp).
28+
- We're following [PEP 561](https://typing.python.org/en/latest/spec/distributing.html#packaging-typed-libraries) adding a `py.typed` marker file to indicate inline type information is present in the package. We're still working toward reaching full coverage with our type hints, but including this file allows some tools to find the inline definitions we have already implemented.
2929

3030

3131
### Backups for Serverless Indexes

0 commit comments

Comments
 (0)