Skip to content

TypeScript SDK (Web) v1.32.1

Latest

Choose a tag to compare

@BRBussy BRBussy released this 21 Nov 07:12
· 6 commits to master since this release
3cbc128

Enhancements

Credentials Support for Cookie-Based Authentication

Added support for credentials in fetch configuration to enable cookie-based authentication and cross-origin requests:

Changes:

  • ✅ Add credentials: 'include' to createGrpcWebTransport configuration
  • ✅ Enable cookie-based session management in web clients
  • ✅ Support cross-origin authenticated requests

Code Generation Improvements

  • ✅ Add DO NOT EDIT comment to generated client headers following Go conventions
  • ✅ Use cleaner arrow function syntax for fetch override

Installation

```bash
npm install @meshtrade/[email protected]

or

yarn add @meshtrade/[email protected]
```

NPM: https://www.npmjs.com/package/@meshtrade/api-web/v/1.32.1

Full Changelog

ts-web/v1.32.0...ts-web/v1.32.1