Skip to content

Releases: amplication/amplication

v1.10.7

01 Nov 11:49
Compare
Choose a tag to compare

🚀 Introducing Code Generator Version Selection & A Major Upgrade to Code Generator v2.0.0!

Today marks a milestone day at Amplication as we roll out not just one but TWO game-changing updates designed to supercharge your development experience.

1. Choose Your Adventure with Code Generator Version Selection

We understand that every project is unique, and flexibility is key. That’s why we are thrilled to introduce the ability to select your code generator version, a feature now available for our "Pro" and "Enterprise" plan users.

Navigate through different versions, view detailed release notes, and make an educated choice on what fits best for your project. It’s power in your hands, ensuring you are in complete control of your development journey.

Note: Users on our "Free" plan will automatically enjoy the benefits of the latest generator version, ensuring you are always up to date with the newest innovations from Amplication. If you are not ready to upgrade to Pro yet and still need to use the older version of the code-generator, please contact us so we can discuss a plan that fits your needs.

2. Elevate Your Services with v2.0.0

The next chapter in our journey brings you v2.0.0 of our code generator, a major upgrade catapulting your services to new heights with NestJS 10 and Prisma 5. Experience faster build processes, cleaner code, and a host of improvements designed to streamline your workflow.
IMPORTANT NOTE: This change is a potentially breaking change for existing services previously created with NestJS 8. We made sure that the code generated by Amplication is transitioned seamlessly, but the custom code that you added to your services might break. Please prepare and test accordingly.

Whether you’re looking to stick with a previous stable version or ready to jump into the latest advancements, the choice is now yours.

We are incredibly excited to bring these innovations to you, and we can't wait to see the amazing services you will build.

Happy coding,

The Amplication Team

What's Changed?

  • upgrade react command palette by @barshimi in #7269
  • fix(client): On Hover version number not displayed by @Sheersendu in #7251
  • fix(client): fixed icon for the general part of settings page broken on firefox by @CodeAnk2829 in #7188
  • Feat(server): project limitation by @abrl91 in #7274
  • add more notification features by @barshimi in #7279
  • Fix notification date by @barshimi in #7282
  • fix: Removed the "The selected repository must not be empty" notification from the service wizard by @vedant-z in #7267
  • fix(dsg): correcting spelling mistake in readme in static admin UI by @MaheshReddy901 in #7273
  • fix(server): Now warning is being logged instead of error upon rebuilding by @Sheersendu in #7278
  • blocking the "Continue" button after it has been clicked once. by @VishalPraneeth in #7192
  • fix(client): filter null resources from the commits list by @morhag90 in #7290
  • fix(client): remove resource-id and default redirect to general setting by @HeetVekariya in #7280
  • Added:the word "field" to the reserved words. by @xonx4l in #7295
  • feat(dsg): update code to nestjs v10 by @overbit in #6921
  • fix(client): update webpack to ignore warnings on node_modules missing sourcemap files by @overbit in #7319
  • refactor(dsg): make formatcode be file extension aware by @overbit in #7321
  • chore: bump version of code-gen-types and code-gen-utils by @overbit in #7329
  • feat: added nullable options to graphql @field decorators by @DanielLai20 in #7080
  • test(dsg): fix flacky e2e tests by @overbit in #7332
  • chore(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.29.0 by @dependabot[bot] in #7348
  • test(dsg): update snapshot testing to include previously left-out plugin installation logic by @overbit in #7353
  • refactor: update error message for a clearer explanation in the Prisma DB import flow by @iamshabell in #7009
  • improve DSG performance on findContainedIdentifiers by @barshimi in #7358
  • chore(dsg): remove redundant import and sort dependencies in generated code by @overbit in #7322
  • feat(client): improve readability of dsg version changelog by @overbit in #7366

Full Changelog: v1.10.5...v1.10.7

v1.10.5

15 Oct 10:54
Compare
Choose a tag to compare

What's Changed?

  • fix(client): load css-variables before the full design system loads by @mulygottlieb in #7253

Full Changelog: v1.10.4...v1.10.5

v1.10.4

15 Oct 07:34
Compare
Choose a tag to compare

What's Changed?

  • feat: add documentation link for importing prisma schema by @iamshabell in #7001
  • fix(client): lazy load components from design-system to prevent inclusion in the main bundle by @yuval-hazaz in #7247

Full Changelog: v1.10.3...v1.10.4

v1.10.3

12 Oct 19:05
Compare
Choose a tag to compare

What's Changed?

Full Changelog: v1.10.2...v1.10.3

v1.10.2

11 Oct 13:19
Compare
Choose a tag to compare

What's Changed?

  • feat(client): select repo automatically pops up after user connect to… by @pawpaw2022 in #7146
  • fix(client): two scroll-bars in code view by @LunarMarathon in #7152
  • chore: update monorepo to nx v16.9.1 and storybook v7.4.6 by @overbit in #7157
  • improve notification feature by @barshimi in #7183
  • fix(server): import schema id field more cases by @abrl91 in #6992
  • chore: update dependencies and base container image by @overbit in #7198
  • chore: update tslib to fix package:container issue by @overbit in #7201
  • fix(client): center align delete project text in project settings by @sanskar-soni-9 in #7191
  • fix(server): add the default attr to the id field if it doesn't exist by @abrl91 in #7210
  • feat(client): version number on workspace header to link to github releases by @DanielLai20 in #7094
  • fix(client): Text design on select org git dropdwn by @martinez-hugo in #7143
  • fix(server): throwing an error when something went wrong by @abrl91 in #7219
  • fix(client): missing period in second sentence in the db-settings page by @trishanu-init in #7218
  • chore: introduce lint dependency check rule to catch missing and mismatched versions in dependencies by @overbit in #7212
  • chore(client): fix update-version script by @overbit in #7225

Full Changelog: v1.10.1...v1.10.2

v1.10.1

06 Oct 11:57
Compare
Choose a tag to compare

What's Changed?

  • chore(deps): update kafkajs to v2 to leverage new partitioner. [multiline] by @overbit in #7074
  • chore(git-sync): improve tracing data by @overbit in #7034
  • chore(deps): bump @novu/notification-center from 0.18.0 to 0.19.0 by @dependabot[bot] in #6960
  • chore(deps): bump protobufjs from 7.2.3 to 7.2.5 by @dependabot[bot] in #6976
  • chore(deps): bump minimatch from 9.0.2 to 9.0.3 by @dependabot[bot] in #7029
  • misc: fix spelling by @jbampton in #7085
  • chore(deps-dev): bump graphql from 16.6.0 to 16.8.1 by @dependabot[bot] in #6979
  • chore(deps): bump @octokit/openapi-types from 13.13.1 to 19.0.0 by @dependabot[bot] in #7004
  • feat: add events needed in auth0 plugin by @Shurtu-gal in #7011
  • feat(client): Edit entity via ERD by @Sheersendu in #6754
  • feat(git-sync): improve messaging of the pull request creation logic by @overbit in #7077
  • fix(server): create pr event not being compliant with schema by @overbit in #7156
  • feat(server): Allow renaming of 'User' entity by @iamshabell in #7161
  • feat(design-system):enable storybook controls by @yuval-hazaz in #7159
  • fix(server): id properties by @abrl91 in #7167
  • fix(server): import mongo id type attr by @abrl91 in #7171
  • fix(server): exclude Amplication id and default attributes for id field by @abrl91 in #7166

Full Changelog: v1.10.0...v1.10.1

v1.10.0

03 Oct 11:10
Compare
Choose a tag to compare

This version introduces our new UI layout 🎉

What's Changed

  • feat(server):expose project description by @yuval-hazaz in #7023
  • chore(ci): add workflow to generate release notes across 2 selected versions by @overbit in #7005
  • chore(ci): add release workflow for apps and dsg with smart release notes generation by @overbit in #6986
  • chore: add pr labeler workflow that will automatically label PRs based on affected projects in the monorepo by @overbit in #6984
  • chore(ci): fix release issue where the old git sha was used in the calculation by @overbit in #7024
  • chore(ci): apply linting to github files by @overbit in #7025
  • feat(client): Updated UI by @yuval-hazaz in #6991
  • style(client):pending changes bar by @yuval-hazaz in #7098
  • fix(client): Message Broker component selection issue by @Sheersendu in #6794
  • fix(client):build page failed after refresh by @yuval-hazaz in #7108
  • fix(client): entity ERD height by @yuval-hazaz in #7115
  • chore(ci): fix pr labeler workflow for contributors by @overbit in #7124

New Contributors

Full Changelog: v1.9.5...v1.10.0

v1.9.5

25 Sep 14:02
Compare
Choose a tag to compare

What's Changed

  • chore(ci): fix issue on deployment production where wrong previous ta… by @overbit in #6990
  • chore(ci): fix issue in e2e workflow that was not respecting the nx force all input by @overbit in #6998
  • fix(dsg): server swagger ui logo by @overbit in #7000
  • fix(system-design): storybook not showing controls by @overbit in #6924
  • Release v1.9.5 by @overbit in #7002

Full Changelog: v1.9.4...v1.9.5

v1.9.4

22 Sep 16:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.3...v1.9.4

v1.9.3

22 Sep 02:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.2...v1.9.3