Skip to content

Merge develop into Main #33

Merged
lucasvinhas merged 159 commits intomainfrom
develop
Feb 25, 2026
Merged

Merge develop into Main #33
lucasvinhas merged 159 commits intomainfrom
develop

Conversation

@lucasvinhas
Copy link
Copy Markdown
Contributor

No description provided.

fahmidareem3 and others added 30 commits February 5, 2026 19:30
Resolve conflicts by combining:
- Typed environment configuration (SDK-20)
- Result pattern for error handling (main)
Merge main into feature branch
* docs: update README with work in progress note and launch timeline

* chore: enhance release workflow to build and publish packages conditionally

Updated the GitHub Actions workflow to include conditional steps for building and publishing packages only when there are no changesets. Added steps for creating GitHub releases and tagging versions based on package.json files.

* chore: update release workflow to configure npm registry for OIDC

Added a step to set up the npm registry configuration for OIDC in the release workflow, ensuring proper publishing of packages when there are no changesets.

* chore: update release workflow to install latest npm version for OIDC support

Modified the release workflow to install the latest version of npm and removed the explicit npm registry configuration step, ensuring compatibility with OIDC during package publishing.

* chore: modify release workflow to conditionally publish packages based on version

Updated the release workflow to check the package version before publishing. If the version includes a pre-release tag, it publishes with the 'dev' tag; otherwise, it publishes normally. This ensures proper version handling during the release process.

* chore: add repository metadata to package.json files for api and contracts

Included repository information in the package.json files for both the api and contracts packages, specifying the git type, URL, and directory. This enhances package metadata for better integration and visibility.

* chore: bump version to 0.1.0-dev.1 in package.json for contracts

* chore: add testing changeset for minor version updates in api and contracts

* chore: version packages (#17)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: update version to 0.1.0 in package.json for api

* chore: refactor release workflow to publish all packages conditionally

Updated the release workflow to publish all packages in the 'packages' directory, checking for existing published versions and using the appropriate tag for pre-release versions. This enhances the publishing process by ensuring only new versions are published and improves overall efficiency.

* chore: enhance httpClient to include Oak-Version in headers

Refactored the httpClient to automatically include the Oak-Version header in all requests, utilizing the version from package.json or an environment variable. Updated unit tests to verify the correct headers are sent, ensuring consistency across API calls.

* test: add fallback mechanism for Oak-Version in httpClient tests

Implemented a new test case to verify that the httpClient correctly falls back to using 'unknown' for the Oak-Version header when both the environment variable and package.json are unavailable. This enhances the robustness of the httpClient by ensuring it handles versioning gracefully in edge cases.

* chore: add changeset for Oak-Version header enhancement in httpClient

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
feat: add typed environment configuration and @SandboxOnly decorator
refactor(api): centralize Result-based errors in httpClient
Feat: updated types of request and response
feat: updated unit test for refund service
0xrafasec and others added 24 commits February 24, 2026 15:58
…ate, and list functionalities, ensuring proper handling of existing customers
… resolve or create customer IDs, and update configuration module exports
… ID dynamically and improving logging output
…ne customer ID resolution, and enhance logging
…rted and redirect to add-bank-account.js for bank account setup
…improving customer ID resolution, and updating logging steps
…ance customer ID resolution, and improve logging for payment methods and webhooks
…y customer creation, enhance logging, and streamline setup verification
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 50beb12622

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread packages/api/src/services/customerService.ts
Comment thread packages/api/src/utils/httpClient.ts
Copy link
Copy Markdown
Collaborator

@andrefelizardo andrefelizardo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I trust you. I didn't check all the files.

@lucasvinhas lucasvinhas merged commit 85c0418 into main Feb 25, 2026
12 checks passed
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.

6 participants