Skip to content

Commit

Permalink
chore: Versions packages for latest changesets (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 28, 2024
1 parent af64692 commit 635811b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 19 deletions.
8 changes: 0 additions & 8 deletions .changeset/afraid-toes-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-monkeys-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-years-guess.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @taskless/loader

## 0.0.18

### Patch Changes

- 92d8e00: 💥 (BREAKING) Changes to a non-transformative pipeline
The pipeline no longer has the ability to edit requests. This is a breaking change for any pipelines that relied on the functionality. The removal of this feature improves pipeline performance, as all steps can be done in parallel and not block the outgoing request. If we do bring hooks back for transformation, we'll likely add them as a specific hook type instead of co-opting the request watching functionality.

This also significantly decreases the Lua footprint. Most of the lua code was dedicated to a Promises/A+ implementation and co-run scripting sandboxes, which is no longer necessary. Instead, a single pack now receives its own Lua VM (300KB) executed in parallel.

- af64692: Creates the packcheck utility for validating Lua scripting packs. This makes it possible to check your own Taskless packs without having to upload them to the Taskless server. The packcheck commands takes a pack or config (in yaml), and stands up a mock service worker to emulate the full Taskless lifecycle. It then returns the response as a consolidated JSON object you can assert on.
- d9ccbd8: Removes unnecessary modules from the worker thread

## 0.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@taskless/loader",
"description": "Taskless Loader - Take control of your third party APIs",
"version": "0.0.17",
"version": "0.0.18",
"author": "Taskless",
"license": "Apache-2.0",
"repository": "taskless/loader-js",
Expand Down

0 comments on commit 635811b

Please sign in to comment.