preloader
🗓️ February 21, 2021 | 5

Microcks 1.2.0 release 🚀

We are delighted to announce the 1.2.0 release of Microcks - the Open source Kubernetes-native tool for API Mocking and Testing. With this new release, we are pursuing further our vision of a unique tool and consistent approach for speeding up the delivery and governing the lifecycle of ALL kinds of APIs - whether synchronous or asynchronous.

In this release, we put a lot of effort (and love ❤️) into listening and implementing feedback and ideas from our community. Three major things came as requests and feedback that made the key theme for this release:

  • People are finding Apache Kafka everywhere and tightly coupled with Apache Avro . As a result, we have added that feature!
  • Also, people want to use Microcks for the Internet of Things world and need another protocol binding. Hence, we have added MQTT support!
  • Users are looking for advanced logic in their OpenAPI mocking. So, we implemented enhancements to have the smartest engine!
image

As an Open Source project made for Enterprise usage, one major directive is ecosystem integration. You will see on this post that we take care of making Microcks working with many vendor’s products - could it be for registries, message brokers, or even Kubernetes distribution.

Let’s do a review of what’s new on each one of our highlights without delay.

Avro & Schema Registry support

With this new release, Microcks is now supporting Apache Avro encoding for extra-small messages. Avro is a compact binary format that is largely used in the Big Data and Apache Hadoop ecosystems. It is also very popular on top of Apache Kafka as it allows to make reliable the exchange of messages through the use of Avro schemas.

When Avro is used with Kafka, it is also common to have a registry for easily sharing schemas with consuming applications. Microcks can now integrate with your organization schema registries in order to:

  • speed-up the process of propagating Avro schema updates to API events consumers,
  • detect any drifting issues between the expected Avro schema and the one effectively used.
image

Microcks have been successfully tested with both Confluent Schema Registry and Apicurio Service Registry . You can find full documentation on this feature on our Kafka, Avro and Schema Registry guide .

MQTT support

The Message Queuing Telemetry Transport protocol (MQTT) is a standard messaging protocol for the Internet of Things (IoT). It is used today in a wide variety of industries, such as automotive, manufacturing, telecommunications, oil and gas, etc. We receive some massive push from community users for adding MQTT support and are now happy to announce that version 3.1.1 of MQTT is the second supported messaging protocol on Microcks!

Thanks to the excellent AsyncAPI Specification and its support in Microcks, you are now able to design your API and produce mocks with multi-binding support! You define your API once, and the Microcks tooling will take care of publishing mocks and testing messages using one or both protocols.

image

Microcks have been successfully tested with ActiveMQ Artemis as well as Eclipse Mosquitto . Check out full documentation on MQTT Mocking and Testing here

OpenAPI enhancements

Aside from the major new features around Avro and MQTT support, we also deliver significant enhancements on the OpenAPI mocking and testing.

We have added a lot of new templating functions that will allow Microcks to generate dynamic meaningful mock responses. You can now easily use randomFullName(), randomStreetAddress() or randomEmail() functions in your examples to have smart and always different mocks. Moreover, we introduced notation compatibility with Postman Dynamic variables so that you can reuse your existing Postman Collection without any change.

We have also added a new FALLBACK dispatcher that helps to define default responses and advanced behavior for your mocks.

Thanks a lot to our community users 🙏 - @gkleij , @robvalk and @ChristianHauwert - that suggested enhancements and helped to validate them. Check our documentation on Template functions here and have a look at our blog post introducing Fallback and advanced dispatching .

Get started with a streamlined installation experience

Developer experience is of great importance for us and we worked to make it even simpler to get started with Microcks. Docker-compose based install has been drastically improved and does not require any configuration for you to start up! Installation procedures now all contain default users so that you can start playing immediately.

Kubernetes Operator install has also been simplified by providing one-liner installation (well actually, it’s two lines 😉):

$ kubectl apply -f https://microcks.io/operator/operator-latest.yaml -n microcks
$ curl https://microcks.io/operator/minikube-minimal.yaml -s | sed 's/KUBE_APPS_URL/'$(minikube ip)'.nip.io/g' | kubectl apply -n microcks -f -

While at first look it looks simpler, the installation has been enhanced to adapt to any Kube configuration and advanced users will now have the ability to specify resource utilization for the different components.

Thanks a lot to our community users 🙏 - @hguerrero ,@dicolasi and @abinet - who pushed for simplification and helped us tracking, fixing and validating all these issues. Please check our new Getting Started videos available on Home Page or through our YouTube channel .

What’s coming next?

In just a little more than three months since the previous 1.1.0 release , we have been able to do a lot thanks to your ideas and help. Kudos for being so supportive and pushing Microcks up!

We have many plans for the coming months but will be very happy to prioritize depending on community feedback. On top of our head we are planning to work on:

  • protocol binding addition for Async API (AMQP seems a good candidate at the moment),
  • community sharing of mocks and tests for regulatory or industrial standards,
  • more metrics and analytics to govern your APIs with Microcks.

Remember that we are open and it means that you can jump on board to make Microcks even greater! Come and say hi! on our Discord chat 🐙 , simply send some love through GitHub stars ⭐️ or follow us on Twitter .

Thanks for reading and supporting us! Stay safe and healthy. ❤️

Laurent Broudoux

Laurent Broudoux

Co-founder of Microcks | Director of Engineering at Postman Open Technologies

comments powered by Disqus