Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1141334
docs: add V2_PROGRESS.md — v2 refactor plan & source of truth
radovanjorgic Jun 9, 2026
8ddeb87
refactor(v2): rename package @devrev/ts-adaas -> @devrev/airsync-sdk
radovanjorgic Jun 9, 2026
0760f0b
docs: mark C0 done in V2_PROGRESS
radovanjorgic Jun 9, 2026
d573cb6
refactor(v2)!: delete deprecated module + add build tsconfig
radovanjorgic Jun 9, 2026
5c2aecd
docs: mark C1 done; move event-type-translation deletion to C3
radovanjorgic Jun 9, 2026
1fa9afc
refactor(v2)!: rename AirdropEvent/AirdropMessage -> AirSync*; rebran…
radovanjorgic Jun 9, 2026
8d09159
docs: mark C2 done
radovanjorgic Jun 9, 2026
cc05f41
refactor(v2)!: remove old event-type compatibility layer
radovanjorgic Jun 9, 2026
1c15f88
docs: mark C3 done
radovanjorgic Jun 9, 2026
b63f3ab
refactor(v2): split State into BaseState + ExtractionState + LoadingS…
radovanjorgic Jun 9, 2026
958bc35
docs: mark C4a done; fix oracle reference (tag v2-old-backup, not ori…
radovanjorgic Jun 9, 2026
30ba1b3
refactor(v2)!: persist state as { connectorState, sdkState } envelope
radovanjorgic Jun 9, 2026
0da1331
docs: mark C4b done; note SdkState narrowing deferred to C5
radovanjorgic Jun 9, 2026
a7a877f
refactor(v2)!: split WorkerAdapter into Base/Extraction/Loading adapters
radovanjorgic Jun 9, 2026
b405c1b
docs: mark C5 done
radovanjorgic Jun 9, 2026
0fb6116
feat(v2)!: emit from returned TaskResult instead of adapter.emit
radovanjorgic Jun 9, 2026
d9ec86b
docs: mark C6 done — Phase 1 complete
radovanjorgic Jun 9, 2026
d05434b
docs(v2): JSDoc pass over public surface and v2 internals
radovanjorgic Jun 9, 2026
ec6242a
docs: mark C7 done
radovanjorgic Jun 9, 2026
4fea755
Revert "docs(v2): JSDoc pass over public surface and v2 internals"
radovanjorgic Jun 9, 2026
9b2b975
refactor(v2): post-review cleanup
radovanjorgic Jun 9, 2026
4269e30
docs: record post-review cleanup + defer C7 JSDoc to end
radovanjorgic Jun 9, 2026
1d7b1ef
refactor(v2): post-review cleanup
radovanjorgic Jun 15, 2026
034f802
refactor(v2): remove axios from the public surface
radovanjorgic Jun 16, 2026
f0de116
refactor(v2): structural cleanup — moves, renames, common/ split
radovanjorgic Jun 16, 2026
253cb5c
refactor(v2): fold logger-context + logger-constants into logger.ts
radovanjorgic Jun 16, 2026
2721f31
docs(v2): remove stale root docs
radovanjorgic Jun 16, 2026
a9126de
refactor(v2)!: remove deprecated ESU/state fields, types, enums & wor…
radovanjorgic Jun 19, 2026
f14b68b
Test fixes
radovanjorgic Jun 22, 2026
75ed492
chore: release v2.0.0-beta.4
Jun 22, 2026
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
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow is used to release a new version of @devrev/ts-adaas package to
# This workflow is used to release a new version of @devrev/airsync-sdk package to
# npm registry and generate release notes using softprops/action-gh-release
# action. It consists of two jobs:
#
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
id: version
run: |
# Get the latest version including prereleases
LATEST_VERSION=$(npm view @devrev/ts-adaas versions --json 2>/dev/null | jq -r '.[-1]' || echo "0.0.0")
LATEST_VERSION=$(npm view @devrev/airsync-sdk versions --json 2>/dev/null | jq -r '.[-1]' || echo "0.0.0")
echo "Latest published version: $LATEST_VERSION"
echo "LATEST_PUBLISHED_VERSION=$LATEST_VERSION" >> $GITHUB_ENV

Expand Down
Loading
Loading