Skip to content

Releases: observerly/nova

v0.4.0

18 Oct 08:00
448f188
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add IsAuthenticated() utility to internal middleware module in @observerly/birpc by @michealroberts in #42
  • feat: add MustHaveAuthentication() utility to internal middleware module in @observerly/birpc by @michealroberts in #43
  • feat: amend GetFITSAsTIFFHandler() to route middleware.MustHaveAuthentication in @observerly/birpc by @michealroberts in #44
  • feat: amend GetFITSAsJPEGHandler() to route middleware.MustHaveAuthentication in @observerly/birpc by @michealroberts in #45
  • feat: add astrotiff.Encode support to getFITSAsTIFF utility in @observerly/birpc by @michealroberts in #46

Full Changelog: v0.3.0...v0.4.0

v0.3.0

09 Oct 18:28
3e79f4c
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add (s *server) RetrieveFITSFromStorage() to storage module in @observerly/birpc by @michealroberts in #36

Refactors

  • refactor: amend (s *server) GetFITSAsJPEGHandler() in storage module in @observerly/birpc by @michealroberts in #37
  • refactor: amend (s *server) GetFITSAsTIFFHandler() in storage module in @observerly/birpc by @michealroberts in #38
  • refactor: remove getFITSAsGray16Image() utility in @observerly/nox by @michealroberts in #39

Full Changelog: v0.2.0...v0.3.0

v0.2.0

07 Oct 13:06
aef8040
Compare
Choose a tag to compare

What's Changed

Features

  • feat: implement GetFITSAsJPEGHandler rpc call in @observerly/birpc by @michealroberts in #35

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 Oct 15:47
b6b0c0f
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add SetupFirebaseApp() internal adapter to @observerly/birpc by @michealroberts in #25
  • feat: ass base Store struct to @observerly/birpc by @michealroberts in #26
  • feat: add *firebase.App initialisation to server in @observerly/birpc by @michealroberts in #27
  • feat: add NewFirebaseStorageClient to stores module in @observerly/birpc by @michealroberts in #28
  • feat: add (f *FirebaseStore) RetriveBuffer to stores module in @observerly/birpc by @michealroberts in #29
  • feat: add (f *FirebaseStore) StoreBuffer to stores module in @observerly/birpc by @michealroberts in #30
  • feat: implement GetFITSAsTIFFHandler rpc call in @observerly/birpc by @michealroberts in #31
  • feat: add (s *server) getFITSAsGray16Image to storage module in @observerly/birpc by @michealroberts in #33

Full Changelog: v0.1.0-rc.1...v0.1.0

v0.1.0-rc.1

03 Oct 11:47
d9bc914
Compare
Choose a tag to compare
v0.1.0-rc.1 Pre-release
Pre-release

What's Changed

Features

  • feat: add StorageService rpc calls by @michealroberts in #19
  • feat: add Config struct to service module in @observerly/birpc by @michealroberts in #20
  • feat: add NewStorageServer to service module in @observerly/birpc by @michealroberts in #21
  • feat: add GetFITSAsTIFFHandler service rpc call to @observerly/birpc by @michealroberts in #22
  • feat: implement storev1connect.NewStorageServiceHandler ListenAndServe in @observerly/birpc by @michealroberts in #23

New Contributors

Full Changelog: https://github.com/observerly/birpc/commits/v0.1.0-rc.1