Skip to content

Releases: tlsnotary/tlsn-extension

0.1.0.700

04 Oct 10:00
d47cf0d
Compare
Choose a tag to compare

New Features

  1. We have added a new Plugin System for developers to make custom plugins for notarizing different request.
  2. A new Provider API is added to inject window.tlsn to every page. Developers can use the API to interact with the extension and request notarization.
  3. Due to integration issues identified in [email protected], we have skipped that version and jump directly to integrate with [email protected]. While using this version, please ensure that you are connected to a 0.1.0-alpha.7 notary server.
  4. There is significant change in the output JSON format.

What's Changed

Full Changelog: 0.1.0.5...0.1.0.700

0.1.0.5

09 Apr 16:51
9890604
Compare
Choose a tag to compare
0.1.0.5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.1.0.4...0.1.0.5

0.1.0.4

22 Feb 16:34
220c138
Compare
Choose a tag to compare
0.1.0.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.1.0.3...0.1.0.4

0.1.0.4 - Release Candidate 1

16 Feb 16:50
fec058f
Compare
Choose a tag to compare
Pre-release

⚠️ Known Issues

  • Cannot redact response body on some request (#44 )

What's Changed

Full Changelog: 0.1.0.3...0.1.0.4

TLSN Extension 0.1.0.3

09 Jan 04:44
Compare
Choose a tag to compare
Pre-release

Due to strict versioning requirement in extension manifest file, This release is intended to match version 0.1.0-alpha.3 on tlsn.

Known Issues

After making a notarization request, the extension stops working and the notarization request hangs forever

Since tlsn-js has limited error handling ability for now, some errors in wasm are not surfacing to the js side. Reloading the extension will make it work again.

Pre-Alpha Release

08 Nov 16:09
Compare
Choose a tag to compare
Pre-Alpha Release Pre-release
Pre-release

Here is Pre-Alpha release for TLS Notary Extension

Please note that this is a pre-alpha release and should not be used for production

To run a TLS Proxy server

$ git clone https:/novnc/websockify && cd websockify
$ ./docker/build.sh
$ docker run -it --rm -p 55688:80 novnc/websockify 80 api.twitter.com:443

To Load the Extension

  1. Unzip tlsn-extension-0.0.1.zip
  2. Go to chrome://extensions
  3. click Load unpacked
  4. select the build directory

Note: If you are running the notary-server locally, you will need to navigate to https://127.0.0.1:7047 in your browser and manually trust your local server.

Screen Shot 2023-11-10 at 1 02 20 AM