Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2025

This PR contains the following updates:

Package Type Update Change
mlua dependencies minor 0.10 -> 0.11

Release Notes

mlua-rs/mlua (mlua)

v0.11.5

Compare Source

  • Luau updated to 0.701
  • Added Lua::set_memory_category and Lua::heap_dump functions to profile (Luau) memory
  • Added Lua::type_metatable helper to get metatable of a primitive type
  • Added Lua::traceback function to generate stack traces at different levels
  • Added add_method_once /add_async_method_once UserData methods (experimental)
  • Make AnyUserData::type_name public
  • impl IntoLuaMulti for &MultiValue
  • Bugfixes and async perf improvements

v0.11.4

Compare Source

  • Make Value::to_serializable public
  • Add new serde option detect_mixed_tables (to encode mixed array+map tables)
  • Add ObjectLike::get_path helper (for tables and userdata)

v0.11.3

Compare Source

  • Add Lua::yield_with to use as coroutine.yield functional replacement in async functions for any Lua
  • Do not try to yield at non-yielable points in Luau interrupt (#​632)
  • Add Buffer::cursor method (Luau)
  • Add Lua::create_buffer_with_capacity method (Luau)
  • Make Lua reference values cheap to clone (only increments ref count)
  • Fix panic on large (>67M entries) table creation

v0.11.2

Compare Source

  • Faster stack push for Variadic<T>
  • Fix handling Windows paths with drive letter in Luau require (#​623)
  • Make Luau registered aliases ascii case-insensitive (#​620)
  • Fix deserializing negative zeros -0.0 (#​618)

v0.11.1

Compare Source

  • Fixed bug exhausting Lua auxiliary stack and leaving it without reserve (#​615)
  • Lua::push_c_function now correctly handles OOM for Lua 5.1 and Luau

v0.11.0

Compare Source

Changes since v0.11.0-beta.3

  • Allow linking external Lua libraries in a build script (e.g. pluto) using external mlua-sys feature flag
  • Lua::inspect_stack takes a callback with &Debug argument, instead of returning Debug directly
  • Added Debug::function method to get function running at a given level
  • Debug::curr_line is deprecated in favour of Debug::current_line that returns Option<usize>
  • Added Lua::set_globals method to replace global environment
  • Table::set_metatable now returns Result<()> (this operation can fail in sandboxed Luau mode)
  • impl ToString replaced with Into<StdString> in UserData registration
  • Value::as_str and Value::as_string_lossy methods are deprecated (as they are non-idiomatic)
  • Bugfixes and improvements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jul 14, 2025

Deploying pelican with  Cloudflare Pages  Cloudflare Pages

Latest commit: b46b999
Status: ✅  Deploy successful!
Preview URL: https://bbfb819c.pelican-48d.pages.dev
Branch Preview URL: https://renovate-mlua-0-x.pelican-48d.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/mlua-0.x branch from a59d5a6 to cf80e4f Compare August 10, 2025 14:48
@renovate renovate bot force-pushed the renovate/mlua-0.x branch from cf80e4f to 35a5589 Compare August 31, 2025 09:26
@renovate renovate bot force-pushed the renovate/mlua-0.x branch from 35a5589 to 9f94cb9 Compare September 25, 2025 16:50
@renovate renovate bot force-pushed the renovate/mlua-0.x branch from 9f94cb9 to b46b999 Compare November 23, 2025 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant