Skip to content

Devesh/sk 2849 v1 deprication#328

Merged
Devesh-Skyflow merged 21 commits into
release/26.5.6from
devesh/SK-2849-v1-deprication
May 27, 2026
Merged

Devesh/sk 2849 v1 deprication#328
Devesh-Skyflow merged 21 commits into
release/26.5.6from
devesh/SK-2849-v1-deprication

Conversation

@Devesh-Skyflow
Copy link
Copy Markdown
Collaborator

Start with a concise summary of the PR. The first three sections are required. The questions present in each section is there to help you guide you what to add. They are meant to be overwritten by your comments.

Why

  • Why are you making the change?
  • What is the underlying issue that you are trying to case, in case of fix?
  • Why is it needed by the feature you are working on?
  • What is the intent behind making the change?

Goal

  • What is the intended outcome?
  • What part of the feature should start working?
  • What are the non-goals or will be covered in future PR?

Testing

  • How was the code tested?
  • If you haven't written unit tests, why?
  • What more testing is needed? Do you intend to manually test it after deployment?
  • Do you have any concerns if this changed is released to prod?

Tech debt

  • Is the PR adding to tech debt in any way?
  • Are you addressing some Tech debt in this PR?
  • If both the above are false, feel free to remove this section.

Devesh-Skyflow and others added 21 commits May 26, 2026 17:13
- Print WARN-level deprecation message on Skyflow.init() startup
- Update pom.xml description with EOL date (2026-10-31) and migration guide link

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* docs: add V2.1 migration guide and README upgrade banner

Adds docs/migrate_to_v2.md covering auth options, client init, request/response
structure, error format, and camelCase field name changes for V1 → V2 migration.
Adds README banner pointing V1 users to the guide and noting EOL on 2026-10-31.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs: update migration guide with v2.1 changes

Add sections for UpdateRequest skyflowId preference, updateLogLevel
and getBYOT deprecations.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs: add downloadURL→downloadUrl rename to migration guide method renames table

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
…anches

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…section

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Devesh-Skyflow Devesh-Skyflow merged commit 9ad0ca1 into release/26.5.6 May 27, 2026
3 of 4 checks passed
Devesh-Skyflow added a commit that referenced this pull request May 27, 2026
* SK-2849: Add v1.x deprecation warning and EOL notic (#327)

* feat(SK-2849): add v1.x deprecation warning and EOL notice

- Print WARN-level deprecation message on Skyflow.init() startup
- Update pom.xml description with EOL date (2026-10-31) and migration guide link

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* SK-2837: Add V2.1 migration guide and README upgrade banner (#313)

* docs: add V2.1 migration guide and README upgrade banner

Adds docs/migrate_to_v2.md covering auth options, client init, request/response
structure, error format, and camelCase field name changes for V1 → V2 migration.
Adds README banner pointing V1 users to the guide and noting EOL on 2026-10-31.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs: update migration guide with v2.1 changes

Add sections for UpdateRequest skyflowId preference, updateLogLevel
and getBYOT deprecations.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs: add downloadURL→downloadUrl rename to migration guide method renames table

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: update internal release workflow to trigger on v1/release/* branches

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: update internal release trigger to release/v1/* branches

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: add workflow_dispatch and upgrade action versions

* [AUTOMATED] Private Release 2.1.0-dev-7a0438b

* chore: skip tests in v1 internal release deploy

* chore: internal release manual-only trigger for v1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: rename internal release workflow for consistency

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: restore release/v1/* trigger, remove unintentional tag trigger

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: remove manual trigger after merge

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: revert workflow changes to v1 baseline

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Devesh-Skyflow <Devesh-Skyflow@users.noreply.github.com>

* [AUTOMATED] Private Release 2.1.0-dev-202e7ca

* Devesh/sk 2849 v1 deprication (#328)

* feat(SK-2849): add v1.x deprecation warning and EOL notice

- Print WARN-level deprecation message on Skyflow.init() startup
- Update pom.xml description with EOL date (2026-10-31) and migration guide link

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* SK-2837: Add V2.1 migration guide and README upgrade banner (#313)

* docs: add V2.1 migration guide and README upgrade banner

Adds docs/migrate_to_v2.md covering auth options, client init, request/response
structure, error format, and camelCase field name changes for V1 → V2 migration.
Adds README banner pointing V1 users to the guide and noting EOL on 2026-10-31.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs: update migration guide with v2.1 changes

Add sections for UpdateRequest skyflowId preference, updateLogLevel
and getBYOT deprecations.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs: add downloadURL→downloadUrl rename to migration guide method renames table

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: update internal release workflow to trigger on v1/release/* branches

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: update internal release trigger to release/v1/* branches

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: add workflow_dispatch and upgrade action versions

* [AUTOMATED] Private Release 2.1.0-dev-7a0438b

* chore: skip tests in v1 internal release deploy

* chore: internal release manual-only trigger for v1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: rename internal release workflow for consistency

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: restore release/v1/* trigger, remove unintentional tag trigger

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: remove manual trigger after merge

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: revert workflow changes to v1 baseline

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: fix dead links in README for InsertBulk examples

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: upgrade action versions and skip tests for v1 release

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: fix sample links in README to point to v1 branch

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: fix dead link in migration guide to point to v2 README

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: point migration guide link to v1 README vault-apis section

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: point migration guide link to main README initialize-the-client section

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs: add breaking changes summary table to migration guide

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Devesh-Skyflow <Devesh-Skyflow@users.noreply.github.com>

* [AUTOMATED] Private Release 2.1.0-dev-9ad0ca1

* docs: convert breaking changes table to bullet points in migration guide

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* [AUTOMATED] Private Release 2.1.0-dev-4cf2ab8

* fix: version

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Devesh-Skyflow <Devesh-Skyflow@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant