Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Releases: Schotsl/Uberdeno

Uberdeno v1.2.1 hotfix

21 Dec 20:46
Compare
Choose a tag to compare

I recently ran into a bug in the updateObject function that prevented Slurp-deploy from updating certain objects. This hotfix contains a fix. I've also switched the getSignedUrl import back to the main package.

Fixed

  • UpdateObject filter bug in the GeneralController
  • Switched getSignedUrl import back to main package

Uberdeno v1.2.0 release

01 Dec 18:32
Compare
Choose a tag to compare

I decided to move some Digital Ocean Spaces file storage logic to Uberdeno instead of having it defined in Presently. So this release contains a wrapper function that returns file information from Digital Ocean Spaces with signed GET URLs.

Added

Uberdeno v1.1.1 refactoring

29 Nov 10:38
Compare
Choose a tag to compare

I recently found out about a bug in the Presently-deploy repository, which was caused by a fault in the convertClient.ts package. I changed the API in order to make the class more usable in different scenarios and fix the bug!

Changed

Uberdeno v1.1.0 release!

27 Nov 18:31
Compare
Choose a tag to compare

It took a while, but I finally got around to adding authentication and user filters! This means that it’s now possible to require an authentication header and filter the results based on custom properties using middleware. This way you can ensure that a user can only edit, view, remove and add entities relating to themself. Currently, I only support Firebase authentication, but I don’t require anything else at the moment.

Added

  • Authentication middleware
  • Added filters to controllers and repositories

Uberdeno v1.0.4 hotfix

23 Nov 21:15
Compare
Choose a tag to compare

Release v1.0.3 finally fixed the updateObject function in the GeneralRepository! But this broke the ability to add entities to the database entirely, so this release fixes that.

Fixed

  • UpdateObject in the GeneralController

Removed

  • Unused console.log from ConvertClient

Uberdeno v1.0.3 hotfix

20 Nov 22:23
Compare
Choose a tag to compare

Well, it turns out that the v1.0.2 release didn’t actually fix the bug that it was supposed to fix. So here I am with v1.0.3!

Fixed

  • Nullable setter in updateObject for real

Uberdeno v1.0.2 hotfix

17 Nov 21:54
Compare
Choose a tag to compare

It turns out that the Uberdeno updateObject function won’t allow you to set a nullable database value back to null, once it has been set. This release fixes this bug, and does nothing else!

Fixed

  • Nullable setter in updateObject

Uberdeno v1.0.1 hotfix

15 Nov 13:37
Compare
Choose a tag to compare

I'm releasing this fix because there is a bug in the updateObject function in the GeneralRepository that causes crashing when updating UUIDs. I haven't tried fixing this, but for now, I've just excluded the property name that is causing the issue in Presently. This solution is definitely less than ideal.

Removed

  • Oversight logic

Changed

  • Changed and pinned MySQL version

Added

  • Property exception to updateObject

Uberdeno v1.0.0 release!

10 Nov 14:38
Compare
Choose a tag to compare

This is the first release of Uberdeno! The package is very far from perfect. But there have been a lot of issues with version control and caching, since there are no version numbers . I’ve been holding off on creating a release, since I don’t feel like Uberdeno is there yet.. But the caching issues are getting out of hand, so I’ll have to make due with what I have.