Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
✗ 🟢 flashcard-generator 🟢 flashcard-generator-managed 🔴 study-guide-outline Generated by Autoblocks against 054c1e0 |
|
✗ 🔴 dspy Generated by Autoblocks against 054c1e0 |
3ae6fe5 to
14bbc54
Compare
14bbc54 to
d1a9fd5
Compare
d1a9fd5 to
054c1e0
Compare
adamnolte
approved these changes
Sep 3, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
0.5.7->0.5.820.16.1->20.16.318.3.4->18.3.53.3.18->3.3.252.4.13->2.4.1414.2.6->14.2.70.5.5->0.5.60.27.0->0.27.214.2.6->14.2.71.42.0->1.43.04.56.0->4.57.08.4.41->8.4.44v1.26.0->v1.27.04.18.0->4.19.0Release Notes
tailwindlabs/tailwindcss-forms (@tailwindcss/forms)
v0.5.8Compare Source
Fixed
vercel/ai (ai)
v3.3.25Compare Source
Patch Changes
4f1530f: feat (ai/core): add OpenTelemetry Semantic Conventions for GenAI operations to v1.27.0 of standarddad775f: feat (ai/core): add finish event and avg output tokens per second (telemetry)v3.3.24Compare Source
Patch Changes
d87a655: fix (ai/core): provide fallback when globalThis.performance is not availablev3.3.23Compare Source
Patch Changes
b55e6f7: fix (ai/core): streamObject text stream in array mode must not include elements: prefix.v3.3.22Compare Source
Patch Changes
a5a56fd: fix (ai/core): only send roundtrip-finish event after async tool calls are donev3.3.21Compare Source
Patch Changes
aa2dc58: feat (ai/core): add maxToolRoundtrips to streamTextaa2dc58]v3.3.20Compare Source
Patch Changes
7807677: fix (rsc): Deep clone currentState in getMutableState()v3.3.19Compare Source
Patch Changes
7235de0: fix (ai/core): convertToCoreMessages accepts Message[]stanfordnlp/dsp (dspy-ai)
v2.4.14: DSPy v2.4.14Compare Source
vercel/next.js (eslint-config-next)
v14.2.7Compare Source
encode/httpx (httpx)
v0.27.2Compare Source
Fixed
URLTypesshortcut. (#2673)v0.27.1Compare Source
Added
zstdcontent decoding using the pythonzstandardpackage is added. Installable usinghttpx[zstd]. (#3139)Fixed
InvalidURLexceptions. (#3250)apptype signature inASGITransport. (#3109)vercel/next.js (next)
v14.2.7Compare Source
openai/openai-python (openai)
v1.43.0Compare Source
Full Changelog: v1.42.0...v1.43.0
Features
openai/openai-node (openai)
v4.57.0Compare Source
Full Changelog: v4.56.2...v4.57.0
Features
Bug Fixes
v4.56.2Compare Source
Full Changelog: v4.56.1...v4.56.2
Chores
v4.56.1Compare Source
Full Changelog: v4.56.0...v4.56.1
Chores
postcss/postcss (postcss)
v8.4.44Compare Source
markClean is not a functionerror.v8.4.43Compare Source
markClean is not a functionerror.v8.4.42Compare Source
slackapi/slack-github-action (slackapi/slack-github-action)
v1.27.0: Slack Send V1.27.0Compare Source
What's changed
This release introduces an optional
payload-delimiterparameter for flattening nested objects with a customized delimiter before the payload is sent to Slack Workflow Builder when using workflow webhook triggers.- name: Send a custom flattened payload uses: slackapi/slack-github-action@v1.27.0 + with: + payload-delimiter: "_" env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}Setting this value to an underscore (
_) is recommended when using nested inputs within Workflow Builder to match expected input formats of Workflow Builder, but the actual value can be changed to something else! This "flattening" behavior did exist prior to this version, but used a period (.) which is not valid for webook inputs in Workflow Builder.Flattening example
The resulting output of flattened objects is not always clear, but the following can hopefully serve as a quick reference as well as these specs when using
_as the delimiter:Input:
{ "apples": "tree", "bananas": { "truthiness": true } }Output:
{ "apples": "tree", "bananas_truthiness": "true" }Notice that
bananas_truthinessis also stringified in this process, as part of updating values to match the expected inputs of Workflow Builder!Changes
In addition to the changes above, the following lists all of the changes since the prior version with the complete changelog changes found here: slackapi/slack-github-action@v1.26.0...v1.27.0
🎁 Enhancements
📚 Documentation
🔒 Security
🧪 Maintenance
📦 Dependencies
🎉 New contributors
privatenumber/tsx (tsx)
v4.19.0Compare Source
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.