Releases: Schotsl/Uberdeno
Uberdeno v1.2.1 hotfix
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 theGeneralController
- Switched getSignedUrl import back to main package
Uberdeno v1.2.0 release
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
- Added
getFile
to spacesClient.ts - Added
getFiles
to spacesClient.ts
Uberdeno v1.1.1 refactoring
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
- Changed the convertClient.ts API
Uberdeno v1.1.0 release!
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
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 theGeneralController
Removed
- Unused
console.log
fromConvertClient
Uberdeno v1.0.3 hotfix
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
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
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!
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.