Skip to content

Conversation

@frontsidejack
Copy link
Member

@frontsidejack frontsidejack commented Oct 9, 2025

Version Updates

Merging this PR will release new versions of the following packages based on your change files.

@simulacrum/foundation-simulator

[0.6.0]

  • 7dc3615 (Don't explicitly bind to localhost #335 by @cowboyd) Don't explicitly run simulation on "localhost" as the host parameter. This allows responses when addressed via ::1 (ipv6) and 0.0.0.0 in
    ipv4 for example depending on system configuration. Allow the user to instead pass all properties that the Node http and https expect, including a port and host for cases where explicit control is required.

New Features

  • 121b301 (Foundation Handles Generic Tasks and Webhooks #338 by @jbolda) Add tasks to handle generic functions that would run in an effection scope. This enables the ability to handle webhooks. A webhook is an action that can be triggered directly and makes a POST to a specified endpoint, but can also watch and trigger on updates to the store.

Dependencies

@simulacrum/auth0-simulator

[0.11.2]

Bug Fixes

Dependencies

  • Upgraded to @simulacrum/foundation-simulator@0.6.0

@simulacrum/github-api-simulator

[0.6.2]

Bug Fixes

Dependencies

@frontsidejack
Copy link
Member Author

frontsidejack commented Oct 9, 2025

Package Changes Through a42a92b

No changes.

Add a change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@frontsidejack frontsidejack force-pushed the release branch 7 times, most recently from b559cb0 to 93979be Compare October 15, 2025 21:38
@jbolda jbolda merged commit 9d983be into main Oct 15, 2025
4 checks passed
@jbolda jbolda deleted the release branch October 15, 2025 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@simulacrum/auth0-simulator does not respect extend.extendRouter option of simulation()

3 participants