@atproto/lex-cli 0.5.0-rc.0 → 0.5.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -29
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,37 +1,10 @@
1
1
  # @atproto/lex-cli
2
2
 
3
- ## 0.5.0-rc.0
4
-
5
- ### Minor Changes
6
-
7
- - [#2483](https://github.com/bluesky-social/atproto/pull/2483) [`2ded0156b`](https://github.com/bluesky-social/atproto/commit/2ded0156b9adf33b9cce66583a375bff922d383b) Thanks [@matthieusieben](https://github.com/matthieusieben)! - **New Features**:
8
-
9
- 1. Improved Separation of Concerns: We've restructured the XRPC HTTP call
10
- dispatcher into a distinct class. This means cleaner code organization and
11
- better clarity on responsibilities.
12
- 2. Enhanced Evolutivity: With this refactor, the XRPC client is now more
13
- adaptable to various use cases. You can easily extend and customize the
14
- dispatcher perform session management, retries, and more.
15
-
16
- **Compatibility**:
17
-
18
- Most of the changes introduced in this version are backward-compatible. However,
19
- there are a couple of breaking changes you should be aware of:
20
-
21
- - Customizing `fetchHandler`: The ability to customize the fetchHandler on the
22
- XRPC Client and AtpAgent classes has been modified. Please review your code if
23
- you rely on custom fetch handlers.
24
- - Managing Sessions: Previously, you had the ability to manage sessions directly
25
- through AtpAgent instances. Now, session management must be handled through a
26
- dedicated `SessionManager` instance. If you were making authenticated
27
- requests, you'll need to update your code to use explicit session management.
28
- - The `fetch()` method, as well as WhatWG compliant `Request` and `Headers`
29
- constructors, must be globally available in your environment.
3
+ ## 0.4.1
30
4
 
31
5
  ### Patch Changes
32
6
 
33
- - Updated dependencies [[`2ded0156b`](https://github.com/bluesky-social/atproto/commit/2ded0156b9adf33b9cce66583a375bff922d383b), [`2ded0156b`](https://github.com/bluesky-social/atproto/commit/2ded0156b9adf33b9cce66583a375bff922d383b)]:
34
- - @atproto/lexicon@0.4.1-rc.0
7
+ - [#2691](https://github.com/bluesky-social/atproto/pull/2691) [`08ef309c9`](https://github.com/bluesky-social/atproto/commit/08ef309c9c1f35f0e7093cb845321e876133d23e) Thanks [@dholms](https://github.com/dholms)! - Fix use of prettier.format for codegen
35
8
 
36
9
  ## 0.4.0
37
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/lex-cli",
3
- "version": "0.5.0-rc.0",
3
+ "version": "0.5.0-rc.1",
4
4
  "license": "MIT",
5
5
  "description": "TypeScript codegen tool for atproto Lexicon schemas",
6
6
  "keywords": [