-
Implement
CloneforTracked. Note that this will break your code if the tracked type implementsClone, and the tracked handle was used to clone the data; this will now return a cloned handle, instead of the cloned underlying type. -
julia_module!has been reimplemented and precompilation is tested, bugs that surfaced when testing precompiled packages have been fixed. -
Items exported with
julia_module!can be marked aspubto automatically export them from the generated module. -
DataType::instantiate_uncheckedhas been deprecated, call constructors instead. -
The custom derive macros,
StaticRef,StaticGlobal, andModule::typed_global_cachednow support eliding theMainmodule. For example, instead ofMain.Foocan now be accessed asFoo. -
Value::stdouthas been removed; the C-function it calls has been unavailable since Julia 1.11.