Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ permissions:
jobs:
release:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

Future changes will appear here.

## [1.6.0] - 2025-11-12

### Features

- improve XDM messenger developer experience ([#492](https://github.com/autonomys/auto-sdk/pull/492)) [@jfrank-summit](https://github.com/jfrank-summit)
- improved XDM functionality in auto-xdm, add integration tests (⚠️ breaking changes) ([#490](https://github.com/autonomys/auto-sdk/pull/490)) [@jfrank-summit](https://github.com/jfrank-summit)

### Chores

- update CODEOWNERS ([#491](https://github.com/autonomys/auto-sdk/pull/491)) [@jfrank-summit](https://github.com/jfrank-summit)
- bump version to v1.5.20 ([#489](https://github.com/autonomys/auto-sdk/pull/489)) [@clostao](https://github.com/clostao)

## [1.5.20] - 2025-10-30

### Features
Expand Down Expand Up @@ -402,5 +414,7 @@ Future changes will appear here.
[1.5.17]: https://github.com/autonomys/auto-sdk/releases/tag/v1.5.17
[1.5.18]: https://github.com/autonomys/auto-sdk/releases/tag/v1.5.18
[1.5.19]: https://github.com/autonomys/auto-sdk/compare/v1.5.19

[Unreleased]: https://github.com/autonomys/auto-sdk/compare/v1.6.0...HEAD
[1.6.0]: https://github.com/autonomys/auto-sdk/compare/v1.5.20...v1.6.0
[1.5.20]: https://github.com/autonomys/auto-sdk/releases/tag/v1.5.20
[Unreleased]: https://github.com/autonomys/auto-sdk/compare/v1.5.20...HEAD
2 changes: 1 addition & 1 deletion examples/auto-drive-create-next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "1.5.20",
"version": "1.6.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
4 changes: 2 additions & 2 deletions examples/next/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-sdk-next-example",
"version": "1.5.20",
"version": "1.6.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node",
"version": "1.5.20",
"version": "1.6.0",
"private": true,
"license": "MIT",
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/integration-tests",
"version": "0.1.0",
"version": "1.6.0",
"private": true,
"description": "Integration tests for Autonomys SDK packages",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.5.20",
"version": "1.6.0",
"npmClient": "yarn"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"clean": "lerna run clean",
"format": "lerna run format",
"test": "lerna run test",
"test:unit": "lerna run test --ignore @autonomys/integration-tests",
"test:integration": "cd integration-tests && yarn wait-for-ready && yarn test",
"test:integration:watch": "cd integration-tests && yarn test:watch",
"integration:up": "cd integration-tests && yarn docker:up",
Expand All @@ -23,7 +24,7 @@
"integration:ps": "cd integration-tests && yarn docker:ps",
"integration:health": "cd integration-tests && yarn wait-for-ready",
"prepare": "husky install",
"prepublish": "yarn build && yarn test",
"prepublish": "yarn build && yarn test:unit",
"publish": "yarn prepublish && lerna publish --no-private",
"changelog": "node scripts/generate-pr-changelog.js",
"changelog:commit": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 --commit-path . --pkg ./lerna.json --release-count 0 --skip-unreleased",
Expand Down
6 changes: 3 additions & 3 deletions packages/auto-agents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/auto-agents",
"version": "1.5.20",
"version": "1.6.0",
"license": "MIT",
"main": "dist/index.js",
"type": "module",
Expand All @@ -26,8 +26,8 @@
"README.md"
],
"dependencies": {
"@autonomys/auto-dag-data": "^1.5.20",
"@autonomys/auto-drive": "^1.5.20",
"@autonomys/auto-dag-data": "^1.6.0",
"@autonomys/auto-drive": "^1.6.0",
"ethers": "6.13.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auto-consensus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/auto-consensus",
"version": "1.5.20",
"version": "1.6.0",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
"README.md"
],
"dependencies": {
"@autonomys/auto-utils": "^1.5.20",
"@autonomys/auto-utils": "^1.6.0",
"zod": "^3.24.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auto-dag-data/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@autonomys/auto-dag-data",
"packageManager": "[email protected]",
"version": "1.5.20",
"version": "1.6.0",
"license": "MIT",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -40,7 +40,7 @@
"typescript": "^5.8.3"
},
"dependencies": {
"@autonomys/asynchronous": "^1.5.20",
"@autonomys/asynchronous": "^1.6.0",
"@ipld/dag-pb": "^4.1.3",
"@peculiar/webcrypto": "^1.5.0",
"@webbuf/blake3": "^3.0.26",
Expand Down
4 changes: 2 additions & 2 deletions packages/auto-design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@autonomys/auto-design-system",
"packageManager": "[email protected]",
"version": "1.5.20",
"version": "1.6.0",
"license": "MIT",
"description": "Autonomys Design System",
"type": "module",
Expand Down Expand Up @@ -34,7 +34,7 @@
"shadcn": "npx shadcn-ui@latest add"
},
"dependencies": {
"@autonomys/design-tokens": "^1.5.20",
"@autonomys/design-tokens": "^1.6.0",
"@floating-ui/react": "^0.27.8",
"@headlessui/react": "^2.2.3",
"@heroicons/react": "^2.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/auto-drive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@autonomys/auto-drive",
"packageManager": "[email protected]",
"version": "1.5.20",
"version": "1.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"typescript": "^5.8.3"
},
"dependencies": {
"@autonomys/asynchronous": "^1.5.20",
"@autonomys/auto-dag-data": "^1.5.20",
"@autonomys/auto-utils": "^1.5.20",
"@autonomys/asynchronous": "^1.6.0",
"@autonomys/auto-dag-data": "^1.6.0",
"@autonomys/auto-utils": "^1.6.0",
"blockstore-core": "^5.0.2",
"jszip": "^3.10.1",
"mime-types": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/auto-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/auto-files",
"version": "1.5.20",
"version": "1.6.0",
"packageManager": "[email protected]",
"scripts": {
"build": "tsc"
Expand All @@ -21,6 +21,6 @@
}
},
"dependencies": {
"@autonomys/auto-drive": "^1.5.20"
"@autonomys/auto-drive": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions packages/auto-mcp-servers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@autonomys/auto-mcp-servers",
"packageManager": "[email protected]",
"version": "1.5.20",
"version": "1.6.0",
"description": "Autonomys Network MCP servers",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,8 +31,8 @@
"server"
],
"dependencies": {
"@autonomys/auto-agents": "^1.5.20",
"@autonomys/auto-drive": "^1.5.20",
"@autonomys/auto-agents": "^1.6.0",
"@autonomys/auto-drive": "^1.6.0",
"@modelcontextprotocol/sdk": "^1.9.0",
"zod": "^3.24.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/auto-utils",
"version": "1.5.20",
"version": "1.6.0",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/auto-xdm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/auto-xdm",
"version": "1.5.20",
"version": "1.6.0",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand All @@ -25,8 +25,8 @@
"README.md"
],
"dependencies": {
"@autonomys/auto-consensus": "^1.5.20",
"@autonomys/auto-utils": "^1.5.20"
"@autonomys/auto-consensus": "^1.6.0",
"@autonomys/auto-utils": "^1.6.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/utility/asynchronous/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@autonomys/asynchronous",
"packageManager": "[email protected]",
"version": "1.5.20",
"version": "1.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/utility/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/contracts",
"version": "1.5.20",
"version": "1.6.0",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utility/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@autonomys/design-tokens",
"packageManager": "[email protected]",
"version": "1.5.20",
"version": "1.6.0",
"description": "Auto Design Tokens",
"type": "module",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/utility/file-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@autonomys/file-server",
"packageManager": "[email protected]",
"version": "1.5.20",
"version": "1.6.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down Expand Up @@ -47,9 +47,9 @@
"typescript": "^5.8.3"
},
"dependencies": {
"@autonomys/asynchronous": "^1.5.20",
"@autonomys/auto-dag-data": "^1.5.20",
"@autonomys/auto-utils": "^1.5.20",
"@autonomys/asynchronous": "^1.6.0",
"@autonomys/auto-dag-data": "^1.6.0",
"@autonomys/auto-utils": "^1.6.0",
"@keyvhq/sqlite": "^2.1.7",
"cache-manager": "^6.4.2",
"express": "^4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utility/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@autonomys/rpc",
"packageManager": "[email protected]",
"version": "1.5.20",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/autonomys/auto-sdk"
Expand Down
8 changes: 4 additions & 4 deletions packages/utility/user-session/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/user-session",
"version": "1.5.20",
"version": "1.6.0",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -31,9 +31,9 @@
"typescript": "^5.8.3"
},
"dependencies": {
"@autonomys/asynchronous": "^1.5.20",
"@autonomys/auto-dag-data": "^1.5.20",
"@autonomys/auto-drive": "^1.5.20",
"@autonomys/asynchronous": "^1.6.0",
"@autonomys/auto-dag-data": "^1.6.0",
"@autonomys/auto-drive": "^1.6.0",
"ethers": "6.13.5"
},
"gitHead": "ef4c21d683cad697f7015e52becd399a8ca2ed84"
Expand Down
4 changes: 3 additions & 1 deletion scripts/generate-pr-changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,9 @@ function rebuildChangelog(sections, header) {

let content = header
for (const section of sortedSections) {
content += section.content + '\n\n'
// Normalize section spacing to avoid extra blank lines between sections
const normalizedSection = (section.content || '').replace(/\s+$/g, '')
content += normalizedSection + '\n\n'
}

return content.trim()
Expand Down
Loading