Skip to content

Commit

Permalink
Merge pull request #838 from TokenScript/release/3.1.1
Browse files Browse the repository at this point in the history
Release/3.1.1
  • Loading branch information
nicktaras committed Sep 22, 2023
2 parents 2312ef4 + 53ff407 commit 7d70e70
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 46 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
> Description
Feature release to support Socios OAuth2 Wallet Provider, additional configuration options and improvments.
Minor release for off chain token attestations

### Upgrade Steps

- Update NPM package to version 3.1.0
- Update NPM package to version 3.1.1

### Breaking Changes

[none]

### New Features

- Added new configuration text to active mode ui options
- Off chain Token user flows now default to re-direct mode, due to all major browsers by default denying to cross origin local storage access via Iframes.
- Added Socios OAuth2 Wallet Provider support via compatbility with a new NPM package (https://www.npmjs.com/package/@tokenscript/token-negotiator-server)
- Upgrade attestation lib to support validation of new EAS off-chain attestation version
- Prevent delete of signedToken property on token object
- Change single token auth to use tokenId instead of sending the entire token object in URL
- Add labels to default ticket schema

### Bug Fixes

- Fix to ensure the validity of attestations when expired
- Show retry for on chain tokens when they fail to resolve the first time
- Off Chain Attestation Toggle button UX fix (for custom EAS tokens)
[none]

### Performance Improvements

[none]

**Full Change log**:

https://github.com/TokenScript/token-negotiator/compare/v3.0.2...v3.1.0
https://github.com/TokenScript/token-negotiator/compare/v3.1.0....v3.1.1
37 changes: 2 additions & 35 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokenscript/token-negotiator",
"version": "3.1.0",
"version": "3.1.1",
"description": "Token-negotiator a token attestation bridge between web 2.0 and 3.0.",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// modified by build process.
export const VERSION = '3.1.0'
export const VERSION = '3.1.1'

0 comments on commit 7d70e70

Please sign in to comment.