Notification center for new versions of connectors/modules in Anypoint Studio 7.10.0
This post is about the new Anypoint Studio 7.10.0 version released July 29th, 2021. Here is a summary of the new changes introduced in this version, with a closer look at the Notification Center for new versions of connectors.
Let’s do a quick and short blog post! This post is about the new Anypoint Studio 7.10.0 version which has been released this past July 29th, 2021.
In this link you will find all the details of this new release:
https://docs.mulesoft.com/release-notes/studio/anypoint-studio-7.10-with-4.3-runtime-release-notes
New features summary
Here is a summary of the new changes introduced in this new version, you will find the same summary within your Anypoint Studio installation at Help > What’s new in Anypoint Studio?
Introducing Metadata Assistant - New
MuleSoft is making it easier to work with metadata across flows and sub-flows. You can now extract and propagate metadata across sub-flows with a few clicks through a new wizard, where previously this was a laborious manual process.
Notification center for new versions of connectors - New
Get recommendations when new connector versions are available so you are on the latest innovation.
Refactor rename for flows - New
Now it will be easier to rename flow references. Changes on a flow name will be propagated automatically across flow references.
Themes - Improvement
Theme selection got smarter than ever. For new workspaces, it will automatically match your Operating System appearance preference selecting the Light or Dark theme accordingly.
Notification Center for new versions of connectors
Let’s talk about the new Notification Center for new versions of connectors which is a very cool feature.
Have you ever been asked to update the dependencies of your MuleSoft project? Have you ever noticed that the modules or connectors of your projects are older versions? Have you had problems with not updating your code to the latest versions?
The new notification center solves most of these problems. To use it you simply have to do the following.
Let’s say you are developing a MuleSoft application where you need to use the database and file connectors. You will see in the pom.xml file those two dependencies. Similar to this:

As you can see, your project is using version 1.10.0 for the database connector and 1.3.0 for the file connector. Are those the latest version of the connectors? Could this cause an issue in your application? Do you want to verify and update them to the newest versions?
Let’s check it out!
Right-click on your project > Manage Dependencies > Manage Modules:

Automatically, Anypoint Studio will connect with Anypoint Exchange and will fetch all the alternative versions for your connectors:

The blue dots indicate that there are available new versions for those connectors. Then, you need to click on each connector, click on the Update Version button, and finally on Apply and Close button.

You can confirm that the pom.xml file is automatically updated with the new dependencies versions.

Finally, you can confirm that the versions of those dependencies are the latest for each connector at the Anypoint Connector Release Notes page:
https://docs.mulesoft.com/release-notes/connector/anypoint-connector-release-notes


Easy, right?
Enjoy and happy coding!
FAQs
Frequently asked questions about this post.
-
What is the Notification Center for new versions of connectors?
It is a feature introduced in Anypoint Studio 7.10.0 that gives you recommendations when new connector versions are available, so you stay on the latest innovation and avoid running older versions of the modules or connectors in your project.
-
How do I update my connectors to the latest version using Anypoint Studio 7.10.0?
Right-click on your project, choose Manage Dependencies, then Manage Modules, and Studio connects to Anypoint Exchange to fetch all alternative versions for your connectors; then click on each connector, click the Update Version button, and finally click Apply and Close.
-
What do the blue dots mean in the Manage Modules panel?
The blue dots indicate that there are available new versions for those connectors.
-
Does updating a connector change my `pom.xml` automatically?
Yes, after you update the versions you can confirm that the
pom.xmlfile is automatically updated with the new dependencies versions. -
How can I confirm a connector version is actually the latest?
You can verify that the versions of your dependencies are the latest for each connector on the Anypoint Connector Release Notes page at https://docs.mulesoft.com/release-notes/connector/anypoint-connector-release-notes .
-
What other new features were introduced in Anypoint Studio 7.10.0?
Besides the Notification Center for new connector versions, the release added the new Metadata Assistant for extracting and propagating metadata across sub-flows through a wizard, Refactor rename for flows that propagates flow name changes across flow references automatically, and a Themes improvement where new workspaces match your operating system's Light or Dark appearance preference.
