github amplication/amplication v1.6.5

latest releases: v2.0.2, v2.0.1, dsg/v4.1.1...
11 months 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

  • convert image src to base 64 by @barshimi in #6027
  • Refactor(client): refactor bitbucket lock tooltip text by @abrl91 in #6032
  • Refactor(client): UX of create public-private repo by @abrl91 in #6041
  • feat(server): Move entity field BI events to server by @yuval-hazaz in #6025
  • Fix(client+design-system): bitbucket icon by @abrl91 in #6042
  • feat(client): add support for static website deployment by @overbit in #5975
  • refactor(client): refactor to static website deployment & workflow changes by @levivannoort in #6036
  • chore(workflow): split deployment template file by @levivannoort in #6058
  • chore(workflows): set correct quotes on commands by @levivannoort in #6059
  • fix(client): re-add mandatory client billing key by @overbit in #6061
  • feat(server): Move entity BI events to server by @yuval-hazaz in #6022
  • feat(server): add customAttributes to Entity by @yuval-hazaz in #6063
  • feat(client):Entity Custom Attribute by @yuval-hazaz in #6064
  • fest(server): Entity field custom attribute by @yuval-hazaz in #6065
  • feat(client): Entity field custom attribute UI by @yuval-hazaz in #6066
  • Bug Report: UI/UX - Error Message Alignment and Search Field Width Adjustment by @gitstart in #6037
  • Fix/4040 static assets are not copied correctly in generated apps admin UI by @EugeneTseitlin in #5991
  • Fix/6031 bug report uiux long list item in left side menu breaking display by @EugeneTseitlin in #6069
  • As a dev - I want to finish the remove of nestjs-prisma from generated code by @gitstart in #5914
  • chore(deps): bump @emotion/styled from 11.10.6 to 11.11.0 by @dependabot in #6010
  • Fix/5246-change-log-level-for-business-logs by @EugeneTseitlin in #6067
  • refactor: update readme and move svg to assets directory by @levivannoort in #5929
  • feat(plugin-api): add authenticated request to github api and reduce db calls by @overbit in #6018
  • check if subscription existence on create and update, issue warning iā€¦ by @EugeneTseitlin in #6039
  • feat(dsg): entity attributes by @yuval-hazaz in #6072
  • feat: Entity and Entity Field custom attributes - Epic by @yuval-hazaz in #6068
  • chore(plugin-api): fix nx cache for prisma generated client by @overbit in #6071
  • Fix(server): pull request comment URL by @abrl91 in #6088
  • add pagination to get commit & use commit on layout application by @barshimi in #6093
  • feat(kafka): add client consumer config for rebalancing timeout by @overbit in #6095
  • fix(logging): issue related to missing stack and cause in our logs #6105 by @overbit in #6105

Full Changelog: v1.6.4...v1.6.5

Don't miss a new amplication release

NewReleases is sending notifications on new releases.