Releases: blueshank-gh/interstellar_injectable
Releases · blueshank-gh/interstellar_injectable
Release list
v1.0.6-alpha
Full Changelog: v1.0.5-alpha...v1.0.6-alpha
Interstellar
! [iot] fix http canceling
! [sodium] fix base64.xencode error name
! [sodium] fix aead key outputs
+ [sodium] add nonce functionsSpecific
~ No Changes ~
v1.0.5-alpha
Full Changelog: v1.0.4-alpha...v1.0.5-alpha
Interstellar
! [memory] FFI cdata supportSpecific
~ No Changes ~
v1.0.4-alpha
Full Changelog: v1.0.3c-alpha...v1.0.4-alpha
Interstellar
! [iot.serve] Added limiters.Specific
~ No Changes ~
v1.0.3c-alpha
Full Changelog: v1.0.3b-alpha...v1.0.3c-alpha
Interstellar
! [iot.serve] Fixed major bottleneck from race conditions with mutual exclusion logicSpecific
~ No Changes ~
v1.0.3b-alpha
Full Changelog: v1.0.3a-alpha...v1.0.3b-alpha
Interstellar
+ [table] JSON now errors for cyclic
! [iot.serve] Fix up sockets and move to res handlerSpecific
~ No Changes ~
v1.0.3a-alpha
Full Changelog: v1.0.3-alpha...v1.0.3a-alpha
Interstellar
+ [memory] Added stdint integer types to memory.address
! [iot.serve] Execution is now done under main-threadSpecific
~ No Changes ~
v1.0.3-alpha
Full Changelog: v1.0.2-alpha...v1.0.3-alpha
Interstellar
+ [memory] Add memory.size.*
+ [memory] Add stdint integer typesSpecific
~ No Changes ~
v1.0.2-alpha
Full Changelog: v1.0.1-alpha...v1.0.2-alpha
Interstellar
+ [memory] invoker now allows parameters and returns via stack pointer.
+ [memory] addresses now have an __index for accessing raw values and __eq.
+ [memory] added a string reader and writer.
+ [memory] added memory.subroutine.cfunc to convert subroutines to cfunctions.
! [memory] aarch64 and arm32 is in the works of full support.
! [memory] interop between FFI cdataptr & cdataf is in the works of full support.Specific
~ No Changes ~
v1.0.1-alpha
Full Changelog: v1.0.0-alpha...v1.0.1-alpha
Interstellar
! [core] API is now pushed upon listening to a lua state.
! [memory] Fixed issue on window release builds breaking routine bounds.Specific
! [task] Added task.deferred, task.invoke, task.subroutinev1.0.0-alpha
Full Changelog: https://github.com/eprosync/interstellar_injectable/commits/v1.0.0-alpha
Interstellar
! [memory] fix type miss-match on address function
! [memory] Fixed memory.jump not changing page protections
! [memory] Patch out PIC and fix return on invoker
+ [memory] Added memory.subroutine.*
+ [memory] Added memory.jump.*Specific
+ Initial Release for Windows Only