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
0
Versions
90
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.77.0

Diff

Changelog

Source

0.77.0 - 2025-02-25

Bug fixes

  • Fix truthy bug in jinja and improve static analysis (#1503) - (b8e3423) - Greg Hale
  • Rename Null to None in jinja (#1504) - (f42567d) - Greg Hale
  • Fixed React Codegen in VSCode (#1490) - (74b3dbf) - Chris Watts
  • Release python GIL more liberally in baml_client.sync_client (#1501) - (4d7f3d3) - hellovai

Features

  • VSCode Proxy can now be configured via API Keys UX (#1489) - (8671527) - hellovai
  • Support renaming of BAML class via LSP (#1518) - (339068a) - Antonio Sarosi

Docs / Improvements

  • update python installation instruction to use correct package name (#1508) - (cd1a21b) - Elijas Dapšauskas
  • fix typo (mutliplier -> multiplier) (#1510) - (c6d4126) - Elijas Dapšauskas
  • Update ruby.mdx (#1506) - (22b35a4) - aaronvg
  • Update overview.mdx (#1507) - (2b19892) - aaronvg
  • remove await in python snippet in typebuilder.mdx (#1495) - (d30220d) - hellovai
sxlijin
published 0.76.2 •

Changelog

Source

0.76.2 - 2025-02-18

Bug Fixes

  • fix openapi parser for baml_options (#1484) - (c8d2e13) - hellovai, invakid404
sxlijin
published 0.76.1 •

Changelog

Source

0.76.1 - 2025-02-18

Bugs

  • Attempt to fix release script for TS (#1479) - (e048080) - aaronvg
sxlijin
published 0.75.0 •

Changelog

Source

0.75.0 - 2025-02-06

Features

  • Implement tests for dynamic types (#1343) - (7f852d0) - Antonio Sarosi

Bug Fixes

  • issue with o1 models not accepting max_tokens (#1410) - (3831243) - Chris Watts
  • Fix panic when recursive type alias is used as class field (#1399) - (f36f80c) - Antonio Sarosi
  • Fix infinite cycles in client fallbacks (#1401) - (7b7eec0) - Antonio Sarosi
  • Fix panic when using type alias that points to enum (#1407) - (8994ba6) - Antonio Sarosi
  • Track Pending fields in Semantic Streaming (#1411) - (026bc21) - Greg Hale
  • In prompt rendering, recurse into recursive type alias unions (#1416) - (a648559) - Antonio Sarosi

Documentation

  • Fix typos in README.md (#1402) - (cc132ad) - Prashanth Rao
sxlijin
published 0.74.0 •

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 •

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