Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Releases: cubic-js/cubic-core

v2.0.1

08 Oct 11:20
1ef084d

Choose a tag to compare

2.0.1 (2018-10-08)

Bug Fixes

  • Update cubic-client to 2.0.0 (08ecc9c)

v2.0.0

08 Oct 10:57
b65ebd1

Choose a tag to compare

2.0.0 (2018-10-08)

v1.1.5

30 Sep 09:33
108137f

Choose a tag to compare

1.1.5 (2018-09-30)

Bug Fixes

  • adjusted header functionalities (054dbc1)
  • Use callback based inter-node communication instead of relying on custom request ids. (236e848)

v1.1.4

04 Aug 22:51
1e6f5f2

Choose a tag to compare

1.1.4 (2018-08-04)

Bug Fixes

  • Add baseUrl directly to endpoint route. This should make fix issues with automated endpoint test units. (caf72ef)

v1.1.3

17 Jul 13:10
d840d32

Choose a tag to compare

1.1.3 (2018-07-17)

Bug Fixes

  • Fix memory leak when decaching endpoints in dev mode. (cd0b703)

v1.1.2

16 Jul 02:44
eace3ce

Choose a tag to compare

1.1.2 (2018-07-16)

Bug Fixes

  • Fix small memory leak in publish/cache functions. (8057987)

v1.1.1

15 Jul 04:31
36f9f9c

Choose a tag to compare

1.1.1 (2018-07-15)

Bug Fixes

  • Improve performance by not loading files before endpoints. (cab6447)

v1.1.0

02 Jul 17:12
24b8a30

Choose a tag to compare

1.1.0 (2018-07-02)

Bug Fixes

  • Add cubic-client as dev dependency (cc9ef4a)

Features

  • Add support for res.sendFile (a17b629)

v1.0.6

26 Jun 18:43
88d8372

Choose a tag to compare

1.0.6 (2018-06-26)

Bug Fixes

  • Refer to cubic-client as a peer dependency (2dac015)

v1.0.5

22 May 19:39
dda6f41

Choose a tag to compare

1.0.5 (2018-05-22)

Bug Fixes

  • Stop caching raw files. Redis really isn't made for that task - use a CDN instead. (c53b6e6)