New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@boundaryml/baml

Package Overview
Dependencies
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boundaryml/baml - npm Package Versions

23
9

0.74.0

Diff

Changelog

Source

0.74.0 - 2025-01-30

Features

  • Add dark mode to docs (#1382) - (c684e2d) - Chris Watts

  • dedent strings parsed within triple quote blocks (#1395) - (8ce04a9) - hellovai

  • Update README with better details (#1380) - (02d1950) - hellovai

  • Semantic Streaming (#1293) - (e30bdd5) - Greg Hale

Bugfixes

  • Drop unnecessary jsonwebtoken dep in wasm build (#1381) - (7b85c71) - Greg Hale
  • Removing broken links (#1388) - (e4b0b5b) - hellovai
  • Reduce JS client memory usage considerably during streaming (#1390) - (3165e0f) - aaronvg
  • Fix issue with semantic-streaming on unions of classes (#1393) - (39b499d) - Greg Hale
  • Fix issue where output panel pops open in cursor (#1394) - (5fd5c46) - hellovai
sxlijin
published 0.73.5 •

Changelog

Source

0.73.5 - 2025-01-27

Bugfixes

  • Fix Google AI system prompt JSON (#1374) - (fe366fe) - Antonio Sarosi
  • show token usage in the playground card view (#1376) - (0500a87) - aaronvg
  • Bump version to 0.73.5 - (a32aebf) - Aaron Villalpando
sxlijin
published 0.73.4 •

Changelog

Source

0.73.4 - 2025-01-22

Fix another issue where playground could rerender over and over

sxlijin
published 0.73.3 •

Changelog

Source

0.73.3 - 2025-01-22

Fix issue where playground could rerender over and over

Bug Fixes

  • fix rerendering of component causing performance issue in the playground (#1368)
sxlijin
published 0.73.1 •

Changelog

Source

0.73.1 - 2025-01-22

High-level Overview

This release includes V2 of our VSCode Playground! It includes

  • dark mode
  • test history
  • better rendering of errors, including markdown output renderer
  • cleaner UI
  • highlighting of inputs in prompts
  • Condensed table view to see results
  • Test navigation sidebar, to more quickly jump to different tests
  • many bugfixes and stability issues!

See below for what we fixed and improved across all parts of BAML

Documentation

  • gemini generationConfig (#1348) - (d3c7e1c) - Abhishek Tripathi
  • add baml-cli fmt docs (#1299) - (a25e2bc) - hellovai
  • Add more info on what forwarded options vs nonforwarded means (#1321) - (9f39cb7) - aaronvg
  • Update cursor IDE instructions (#1331) - (98b7783) - aaronvg

Features

  • New Playground V2 (#1304) - (fa22c4f) - aaronvg
  • update aws provider docs with credentials information (#1298) - (aee52a3) - Chris Watts
  • implement a gcp auth chain for vertex-ai clients (#1328) - (6dfa23b) - Samuel Lijin

Miscellaneous Chores

  • (dx) split out integ tests into provider specific (#1296) - (2c6279c) - Samuel Lijin
  • add readmes for all relevant folders (#1302) - (7165331) - Chris Watts
  • remove ai generated readme (#1306) - (e0bf112) - Chris Watts
  • fix elided-named-lifetimes and ban it (#1341) - (ba303f0) - Samuel Lijin

Bug

  • update 404 link on docs (#1309) - (65e2a1a) - hellovai
  • finish_reason_allow_list and finish_reason_deny_list should be case insensitive (#1333) - (1cbb268) - hellovai
  • windows generator bugfix (#1311) - (ab64540) - aaronvg
  • Type-narrowing for if blocks (#1313) - (546f58f) - Greg Hale
  • Enable ALPN feature in reqwest crate (#1318) - (1ea1d8b) - Antonio Sarosi
  • Fix Vertex system prompt (#1319) - (4b7db0f) - Antonio Sarosi
  • Add error boundary around posthog, add react-error-boundary dependency (#1327) - (5c4acb4) - aaronvg
  • Make literals nullable in generated python (#1334) - (68745d0) - Greg Hale
  • Fix type alias highlighting in promptfiddle (#1344) - (81ab2ba) - Antonio Sarosi
  • Fix field type parsing (#1349) - (d08445f) - hellovai
  • Fix syntax highlighting for @@assert expressions with commas (#1357) - (e5d595e) - aaronvg
sxlijin
published 0.72.1 •

sxlijin
published 0.72.0 •

Changelog

Source

0.72.0 - 2025-01-07

Bug Fixes

  • Update gemini 2 flash thinking model name check (#1283) - (76ceeff) - Gasser-Aly

Features

  • get baml-fmt ready for beta (#1278) - (abb0958) - Samuel Lijin
  • provide saner semantics around aws_session_token (#1295) - (98c6b99) - Samuel Lijin
  • Include type aliases in Jinja (#1286) - (207eab8) - Antonio Sarosi
  • Implement jump to definition for type aliases (#1287) - (6cb5009) - Antonio Sarosi
  • Improved 'o1' model detection in OpenAI client and updated documentation for error handling and client setup (#1290) - (479d06e) - hellovai
  • Add docs for recursive type aliases (#1294) - (43a0007) - Antonio Sarosi
sxlijin
published 0.71.1 •

Changelog

Source

0.71.1 - 2024-12-31

  • Bump version to 0.71.1 - (4ff76e8) - Aaron Villalpando
sxlijin
published 0.70.5 •

Changelog

Source

0.70.5 - 2024-12-13

Bug Fixes

  • Remove log statements (#1230) - (4bcdd19) - hellovai
  • Fix playground proxy related issues (#1228, #1229, #1237) - (7384ba8) (7bb6df4) (16054f5) - aaronvg

DOCS

  • deno run instead of dpx (#1225) - (7c64299) - Jeffrey Konowitch
  • Fix broken links (#1235) - (859c699) - Samuel Lijin

Features

  • Support parsing primitive values from single-key objects (#1224) - (935a190) - revidious
hellovai-boundary
published 0.70.1 •

Changelog

Source

0.70.1 - 2024-12-05

Bug Fixes

  • Make baml_py work with playwright/inspect (#1214) - (6741999) - Samuel Lijin
  • Fix Python release pipeline (#1218) - (bde634c) - Samuel Lijin

Documentation

  • Docs for LLM Clients paramaters updated (#1216) - (6f99a28) - hellovai
23
9
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc