amplication

πŸ”₯πŸ”₯πŸ”₯ The Only Production-Ready AI-Powered Backend Code Generation

OTHER License

Downloads
864
Stars
15.2K
Committers
285

Bot releases are visible (Hide)

amplication - v1.7.6

Published by levivannoort over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/amplication/amplication/compare/v1.7.5...v1.7.6

amplication - v1.7.5

Published by overbit over 1 year ago

Hotfix

In version 1.7.2, the version of the class-validator package was bumped to 0.14.0 in order to address a security vulnerability. The new version of class-validator switched the default of forbidUnknownValues from false to true.

Additionally, a new type for the count query was added in the GraphQL resolver for all entities. Unfortunately, the query generator in the admin UI was not updated accordingly, causing the generated code to break.

This hotfix, version 1.7.5, addresses these issues to ensure users can work effectively with the generated code. The changes included in this hotfix are:

  1. Updating the generated code to use a new version 0.0.14 of the package ra-data-graphql-amplication to generate the count query properly.
  2. Changing the default value of forbidUnknownValues to false

Note: The change in the default value of forbidUnknownValues is a temporary fix. In the next release, we plan to update all the necessary types and remove the default value.

What's Changed

Full Changelog: https://github.com/amplication/amplication/compare/v1.7.4...v1.7.5

amplication - v1.7.4

Published by mulygottlieb over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/amplication/amplication/compare/v1.7.3...v1.7.4

amplication - v1.7.3

Published by mulygottlieb over 1 year ago

What's Changed

Full Changelog: https://github.com/amplication/amplication/compare/v1.7.2...v1.7.3

amplication - v1.7.2

Published by mulygottlieb over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/amplication/amplication/compare/v1.7.1...v1.7.2

amplication - v1.7.1

Published by levivannoort over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/amplication/amplication/compare/v1.7.0...v1.7.1

amplication - v1.7.0

Published by overbit over 1 year ago

BREAKING CHANGE

This version contains a big change on how plugins and data-service-generator share modules (files). This change consists of replacing the old array Module[] with a new ModuleMap that will allow plugin developer an easier and less risky modification of the generated modules.

Moreover, to increase the visibility, we also added additional logging in the code generation process that will highlight, in shape of warning, if/when modules are overwritten instead of just silently overwrite them.

What's Changed

New Contributors

Full Changelog: https://github.com/amplication/amplication/compare/v1.6.5...v1.7.0

amplication - v1.6.5

Published by overbit over 1 year ago

New Features:

Custom Attributes for Prisma Model and Fields

This new feature lets you add custom attributes to your Prisma model and fields. This feature is designed to offer you more flexibility and control over your data structures. It expands the capabilities of our platform and allows for more advanced and personalized configurations of your Prisma models.

Example: customer entity

model attributes - we use: @@index([firstName, isPremium]) @@map("customers") in the custom attributes text box

image

field attributes - we use @default(false) @map("is_premuim_customer") in the custom attributes text box of the isPremium field

image

And the results... πŸ₯

Screenshot 2023-05-24 at 16 50 02

What's also Changed

Full Changelog: https://github.com/amplication/amplication/compare/v1.6.4...v1.6.5

amplication - v1.6.4

Published by overbit over 1 year ago

What's Changed

Full Changelog: https://github.com/amplication/amplication/compare/v1.6.3...v1.6.4

amplication - v1.6.3

Published by overbit over 1 year ago

What's Changed

Full Changelog: https://github.com/amplication/amplication/compare/v1.6.2...v1.6.3

amplication - v1.6.2

Published by overbit over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/amplication/amplication/compare/v1.6.1...v1.6.2

amplication - v1.6.1

Published by EugeneTseitlin over 1 year ago

What's Changed

Full Changelog: https://github.com/amplication/amplication/compare/v1.6.0...v1.6.1

amplication - v1.6.0

Published by abrl91 over 1 year ago

What's Changed

New Feature: Bitbucket Integration for Enterprise Users

Screenshot 2023-05-17 at 11 18 30

We're thrilled to announce that Amplication now supports Bitbucket as a git provider for our Enterprise plan users. This upgrade empowers organizations that use Bitbucket to seamlessly create services with Amplication and sync them directly to their relevant Bitbucket workspace.

Along with this integration, Enterprise users will gain access to our Smart Git Strategy.
Here's what this means for you:

  • Initial Build Creation: When you create your first build in Amplication, a new branch labeled amplication is created. All Pull Requests from Amplication are opened against this branch
  • Subsequent Builds: Further builds will lead to additional commits within the amplication branch, given an open pull request exists. A new one will be initiated if no open pull request is found
  • Post-Merge Strategy: After successfully merging a Pull Request, the following build will kickstart a new Pull Request, starting from the first commit of the default branch. Additional builds will continue to add commits until the next merge, keeping the process seamless and organized

We are dedicated to enhancing your experience with Amplication, and this integration with Bitbucket will bring added flexibility and efficiency to your workflows. This update is part of our continuous efforts to make Amplication more inclusive, adapting to various tech stacks and preferences.

Notes:

  • Our basic git sync (push to GitHub) will remain available for Free plan users
  • The Smart Git Sync feature remains accessible for our Pro users utilizing GitHub

New Contributors

Full Changelog: https://github.com/amplication/amplication/compare/v1.5.8...v1.6.0

amplication - v1.5.8

Published by overbit over 1 year ago

What's Changed

Full Changelog: https://github.com/amplication/amplication/compare/v1.5.7...v1.5.8

amplication - v1.5.7

Published by levivannoort over 1 year ago

What's Changed

Full Changelog: https://github.com/amplication/amplication/compare/v1.5.6...v1.5.7

amplication - v1.5.6

Published by tupe12334 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/amplication/amplication/compare/v1.5.5...v1.5.6

amplication - v1.5.5

Published by overbit over 1 year ago

Introducing @IsJSONValue()

This release brings a new custom class-validator validator @IsJSONValue() that is generated alongside the rest of the code.
More details #5876

What's Changed

New Contributors

Full Changelog: https://github.com/amplication/amplication/compare/v1.5.4...v1.5.5

amplication - v1.5.4

Published by overbit over 1 year ago

Introducing @IsJSONValue()

This release brings a new custom class-validator validator @IsJSONValue() that is generated alongside the rest of the code.
More details #5876

What's Changed

Full Changelog: https://github.com/amplication/amplication/compare/v1.5.3...v1.5.4

amplication - v1.5.3

Published by abrl91 over 1 year ago

What's Changed

Full Changelog: https://github.com/amplication/amplication/compare/v1.5.2...v1.5.3

amplication - v1.5.2

Published by tupe12334 over 1 year ago

What's Changed

Full Changelog: https://github.com/amplication/amplication/compare/v1.5.1...v1.5.2