Skip to content

Releases: winglang/winglibs

websockets v0.3.0

12 Mar 11:13
4d4fdc8
Compare
Choose a tag to compare
fix(websockets): unable to send messages to clients (#115)

Now that each `cloud.Function` executes in it's own process, it is impossible to use a global WebSockets server to send messages.

Instead, starts a small local http server that sends the messages across process boundaries.

vite v0.1.1

12 Mar 10:50
f646608
Compare
Choose a tag to compare
vite-v0.1.1

chore(vite): add violet color to vite custom resource (#113)

ngrok v0.0.3

12 Mar 08:45
fc4c6d8
Compare
Choose a tag to compare
ngrok-v0.0.3

chore(ngrok): update version (#112)

github v0.0.6

12 Mar 20:41
952883a
Compare
Choose a tag to compare
fix: updates for wing 0.61.0 (#119)

Fixes to address changes to stringable in wing 0.61.0

Canary was failing: https://github.com/winglang/winglibs/actions/runs/8255038538

fifoqueue v0.0.4

12 Mar 20:52
3c56e43
Compare
Choose a tag to compare
chore: update fifo-queue version (#120)

I forgot to update this one in my last PR

containers v0.0.22

12 Mar 20:48
952883a
Compare
Choose a tag to compare
fix: updates for wing 0.61.0 (#119)

Fixes to address changes to stringable in wing 0.61.0

Canary was failing: https://github.com/winglang/winglibs/actions/runs/8255038538

budget v0.1.0

12 Mar 12:39
ee1afe6
Compare
Choose a tag to compare
feat: bring `budget` (#102)

* budget lib

* remove my email

* added clarification

* small fixes

* add dummy sim

* fix

* change the order

* create the lib with the script

* add peerDependencies

* change the name of the class to Alert

* update todo

---------

Co-authored-by: Elad Ben-Israel <[email protected]>

vite v0.1.0

11 Mar 10:40
1a725c0
Compare
Choose a tag to compare
vite-v0.1.0

chore(vite): update version to 0.1.0 (#107)

vite v0.0.5

29 Feb 15:49
6519288
Compare
Choose a tag to compare
vite-v0.0.5

fix(vite): trigger new version for cloud.Endpoint feature (#103)

websockets v0.2.3

26 Feb 15:35
6625c9c
Compare
Choose a tag to compare
websockets-v0.2.3

chore: update websockets version (#101)