Skip to content

Releases: blueshank-gh/interstellar_injectable

v1.0.6-alpha

v1.0.6-alpha Pre-release
Pre-release

Choose a tag to compare

@blueshank-gh blueshank-gh released this 27 Sep 18:38

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 functions

Specific

~ No Changes ~

v1.0.5-alpha

v1.0.5-alpha Pre-release
Pre-release

Choose a tag to compare

@blueshank-gh blueshank-gh released this 09 Sep 18:48

Full Changelog: v1.0.4-alpha...v1.0.5-alpha

Interstellar

! [memory] FFI cdata support

Specific

~ No Changes ~

v1.0.4-alpha

v1.0.4-alpha Pre-release
Pre-release

Choose a tag to compare

@blueshank-gh blueshank-gh released this 08 Sep 18:00

Full Changelog: v1.0.3c-alpha...v1.0.4-alpha

Interstellar

! [iot.serve] Added limiters.

Specific

~ No Changes ~

v1.0.3c-alpha

v1.0.3c-alpha Pre-release
Pre-release

Choose a tag to compare

@blueshank-gh blueshank-gh released this 04 Sep 03:23

Full Changelog: v1.0.3b-alpha...v1.0.3c-alpha

Interstellar

! [iot.serve] Fixed major bottleneck from race conditions with mutual exclusion logic

Specific

~ No Changes ~

v1.0.3b-alpha

v1.0.3b-alpha Pre-release
Pre-release

Choose a tag to compare

@blueshank-gh blueshank-gh released this 03 Sep 18:50

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 handler

Specific

~ No Changes ~

v1.0.3a-alpha

v1.0.3a-alpha Pre-release
Pre-release

Choose a tag to compare

@blueshank-gh blueshank-gh released this 02 Sep 02:27

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-thread

Specific

~ No Changes ~

v1.0.3-alpha

v1.0.3-alpha Pre-release
Pre-release

Choose a tag to compare

@blueshank-gh blueshank-gh released this 01 Sep 19:12

Full Changelog: v1.0.2-alpha...v1.0.3-alpha

Interstellar

+ [memory] Add memory.size.*
+ [memory] Add stdint integer types

Specific

~ No Changes ~

v1.0.2-alpha

v1.0.2-alpha Pre-release
Pre-release

Choose a tag to compare

@blueshank-gh blueshank-gh released this 29 Aug 16:52

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

v1.0.1-alpha Pre-release
Pre-release

Choose a tag to compare

@blueshank-gh blueshank-gh released this 28 Aug 20:30

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.subroutine

v1.0.0-alpha

v1.0.0-alpha Pre-release
Pre-release

Choose a tag to compare

@blueshank-gh blueshank-gh released this 27 Aug 20:30

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