You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,18 @@
2
2
3
3
The Infisical SDK provides a convenient way to interact with the Infisical API.
4
4
5
-
### Migrating to version 1.0.2 or above
5
+
### Migrating to version 1.0.3 or above
6
6
7
-
We have recently rolled out our first stable version of the SDK, version `1.0.2` and above.
7
+
We have recently rolled out our first stable version of the SDK, version `1.0.3` and above.
8
8
9
-
The 1.0.2 version comes with a few key changes that may change how you're using the SDK.
9
+
The 1.0.3 version comes with a few key changes that may change how you're using the SDK.
10
10
1.**Removal of `rest`**: The SDK no longer exposes the entire Infisical API. This was nessecary as we have moved away from using an OpenAPI generator approach. We aim to add support for more API resources in the near future. If you have any specific requests, please [open an issue](https://github.com/Infisical/python-sdk-official/issues).
11
11
12
-
2.**New response types**: The 1.0.2 release uses return types that differ from the older versions. The new return types such as `BaseSecret`, are all exported from the Infisical SDK.
12
+
2.**New response types**: The 1.0.3 release uses return types that differ from the older versions. The new return types such as `BaseSecret`, are all exported from the Infisical SDK.
13
13
14
14
3.**Property renaming**: Some properties on the responses have been slightly renamed. An example of this would be that the `secret_key` property on the `get_secret_by_name()` method, that has been renamed to `secretKey`.
15
15
16
-
With this in mind, you're ready to upgrade your SDK version to `1.0.2` or above.
16
+
With this in mind, you're ready to upgrade your SDK version to `1.0.3` or above.
17
17
18
18
You can refer to our [legacy documentation](https://github.com/Infisical/python-sdk-official/tree/9b0403938ee5ae599d42c5f1fdf9158671a15606?tab=readme-ov-file#infisical-python-sdk) if need be.
0 commit comments