Releases: safe-global/safe-core-sdk
Releases · safe-global/safe-core-sdk
Safe{Core} AA SDK Release 31
New Versions
- account-abstraction-kit-poc:
v1.1.0
- api-kit:
v1.2.0
- auth-kit:
v1.1.0
- onramp-kit:
v1.2.0
- protocol-kit:
v1.1.0
- relay-kit:
v1.1.0
- safe-core-sdk-types:
v2.1.0
- safe-ethers-adapters:
Deprecated
What's Changed
- chore(protocol-kit): update predicted Safe documentation by @germartinez in #423
- chore: update version numbers by @germartinez in #422
- fix(protocol-kit): enable owner resolution for predicted safe by @dasanra in #429
- fix(protocol-kit): safeDeploymentConfig is an optional parameter in PredictedSafeProps by @DaniSomoza in #430
- fix(account-abstraction-kit): use the protocol kit by @DaniSomoza in #431
- feat(onramp-kit): Monerium integration by @yagopv in #372
- chore: set versions by @dasanra in #433
- chore: update playground docs by @germartinez in #437
- fix(protocol-kit): fix standardizeSafeTransactionData for predictedSafe flow by @DaniSomoza in #436
- fix(onramp-kit): Remove onramp-kit peerDeps by @yagopv in #438
- chore: merge
development
tomain
by @dasanra in #434 - chore: fix relay playground types by @germartinez in #441
- fix(protocol-kit): Missing package in readme installation instructions by @yagopv in #440
- doc: Update READMEs by @yagopv in #449
- fix(protocol-kit): add ethers version warning by @germartinez in #453
- refactor: Change SafeAuthKit and SafeOnRampKit classes to base abstract ones by @yagopv in #443
- feat(protocol-kit): Add memoization to the predictSafeAddress util function to enhance its performance by @DaniSomoza in #445
- chore: update Safe{Core} SDK logo by @germartinez in #460
- chore: Update to safe-deployments 1.24 by @octavioamu in #465
- chore(api-kit): Add .env.example file by @germartinez in #461
- chore(safe-ethers-adapters): Remove safe-ethers-adapters package by @germartinez in #471
- feat: Coverage comments by @yagopv in #470
- feature(protocol-kit): Support Safe contracts v1.4.1 by @germartinez in #468
- chore: Update safe-deployments to v1.25.0 by @germartinez in #479
- fix(protocol-kit): Only add executor signature if there are not enough signatures by @schmanu in #472
- chore: Update versions of the packages by @germartinez in #480
- Merge
development
intomain
by @germartinez in #478 - chore: Update cover image by @germartinez in #481
New Contributors
- @octavioamu made their first contribution in #465
- @schmanu made their first contribution in #472
Full Changelog: r30...r31
Safe Core SDK Release 27.2
New Versions
- safe-core-sdk-types v1.9.2
- safe-core-sdk-utils v1.7.4
- safe-core-sdk v3.3.4
- safe-ethers-lib v1.9.4
- safe-service-client v2.0.2
- safe-web3-lib v1.9.4
What's Changed
Full Changelog: r27.1...r27.2
Safe Core SDK Release 30
New Versions
- account-abstraction-kit-poc: v1.0.0
- api-kit: v1.1.0
- auth-kit: v1.0.0
- onramp-kit: v1.0.0
- protocol-kit: v1.0.0
- relay-kit: v1.0.0
- safe-core-sdk-types: v2.0.0
- safe-ethers-adapters: v0.2.0-alpha.0
What's Changed
- docs: update docs and links by @dasanra in #392
- chore: export EthSafeSignature by @germartinez in #405
- chore: update safe-deployments to v1.22.0 by @germartinez in #397
- docs: Add some help for starting the examples by @yagopv in #403
- chore: fix eslint errors by @germartinez in #406
- chore: remove chainId from contracts getters by @germartinez in #402
- fix: TokenInfoListResponse results type by @sirvar in #408
- fix(auth-kit): Remove log causing wallet connection error by @yagopv in #412
- fix!: use type string for uint256 parameters by @dasanra in #404
- feat(protocol-kit): support undeployed Safes by @germartinez in #371
- fix(protocol-kit): relax signer compatible check by @raymondfeng in #373
- feat(auth-kit): Expose the getUserInfo() method from web3auth by @yagopv in #420
- chore: Rename adapters to packs by @yagopv in #416
- Predict safe address util by @DaniSomoza in #415
- docs: update salt nonce param reference in the deploy method by @DaniSomoza in #421
- Merge
development
intomain
by @germartinez in #418 - chore: merge
main
intodevelopment
by @germartinez in #424
New Contributors
- @sirvar made their first contribution in #408
- @raymondfeng made their first contribution in #373
- @DaniSomoza made their first contribution in #415
Full Changelog: r29...r30
Safe Core SDK Release 27.1
New Versions
- safe-core-sdk-types v1.9.1
- safe-core-sdk-utils v1.7.3
- safe-core-sdk v3.3.3
- safe-ethers-adapters v0.1.0-alpha.17
- safe-ethers-lib v1.9.3
- safe-service-client v2.0.1
- safe-web3-lib v1.9.3
What's Changed
Full Changelog: r27...r27.1
Safe Core SDK Release 29
New Versions
- api-kit: v1.0.1
- auth-kit: v0.1.1
- onramp-kit: v0.1.1
- protocol-kit: v0.1.1
- relay-kit: v0.1.1
- safe-core-sdk-types: v1.10.1
What's Changed
- chore: add tsconfig for the build by @germartinez in #387
- fix: Alias in dist by @yagopv in #389
- chore: prepare release by @dasanra in #390
- Merge developement branch into main branch by @dasanra in #391
Full Changelog: r28...r29
Safe Core SDK Release 28
New Versions
- api-kit: v1.0.0
- auth-kit: v0.1.0
- onramp-kit: v0.1.0
- protocol-kit: v0.1.0
- relay-kit: v0.1.0
- safe-core-sdk-types: v1.10.0
What's Changed
- feat: add
decodeMultiSendData
function by @iamacook in #342 - chore(auth-kit, onramp-kit): Add kits by @yagopv in #360
- Rename Safe API Kit by @germartinez in #365
- Add Relay Kit by @germartinez in #356
- Add account-abstraction-sdk by @germartinez in #363
- Refactor account-abstraction-sdk package by @germartinez in #364
- feat: Move packages to protocol-kit by @yagopv in #366
- chore: Update imports using paths by @yagopv in #367
- Unify playground by @germartinez in #369
- Unify development scripts by @dasanra in #374
- Merge SDK refactor (protocol-kit) by @dasanra in #375
- Update delegates endpoints by @germartinez in #379
- Cleanup removed functions from api-kit README by @dasanra in #380
- Duplicated code cleanup by @dasanra in #382
- Version update by @germartinez in #383
- Mergeback from main by @dasanra in #384
- Merge development into main by @germartinez in #381
- chore(safe-core-sdk-types): update version number to v1.10.0 by @germartinez in #385
- Merge developement branch into main branch by @germartinez in #386
New Contributors
Full Changelog: r27...r28
Safe Core SDK Release 27
What's Changed
- [Breaking change] Update collectibles endpoint to v2 by @dasanra in #343
- Merge Development into Main by @germartinez in #352
Full Changelog: r26...r27
Safe Core SDK Release 26
What's Changed
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #335
- Fix: update safe-deployments by @katspaugh in #340
- v3.3.2 by @germartinez in #341
Full Changelog: r25...r26
Safe Core SDK Release 25
What's Changed
- Bump cookiejar from 2.1.3 to 2.1.4 by @dependabot in #327
- chore: update CLA action and remove Gnosis references by @dasanra in #329
- Add unified ethers with all contract versions by @dasanra in #328
- fix: Safe version feature helper by @iamacook in #331
- v3.3.1 by @germartinez in #332
New Contributors
Full Changelog: r24...r25
Safe Core SDK Release 24
What's Changed
- Update License by @germartinez in #318
- Safe v1.0.0 and v1.1.1 compatibility by @germartinez in #285
Full Changelog: r23...r24