Skip to content

Releases: marle3003/mokapi

v0.24.0

Choose a tag to compare

@marle3003 marle3003 released this 16 Aug 12:27
d6124d2

🚀 Changes

  • Added Kafka REST API to retrieve cluster information, consume records, and produce records
  • Added Bruno collection for Kafka API
  • Always include Accept header in the JavaScript request event parameter
  • Added support for any content type with suffix +json

🐞 Bugfixes

  • Fixed an issue where reloading sometimes didn’t work when a file URL was resolved to file:/ or file:///

v0.23.1

Choose a tag to compare

@marle3003 marle3003 released this 12 Aug 11:34
66152bf

🐞 Bugfixes

  • Fixed Kafka CreateTopics API handling
  • Fixed Kafka Fetch response (v12) when no records are available
  • Fixed JavaScript Kafka produce function to correctly resolve the message configuration for the topic.
  • Fixed AsyncAPI 2 → 3 conversion when no operationId is defined.

v0.23.0

Choose a tag to compare

@marle3003 marle3003 released this 10 Aug 18:29
1c047c8

🚀 Changes

  • Added support for custom TLS certificates in the static configuration. See example
  • Added IMAP client documentation
  • Updated HTTP TLS documentation for improved clarity
  • Added IMAP IDLE and UID SEARCH command support
  • Added a link to the Mokapi merchandise store — help support the project and show your style!

🐞 Bugfixes

  • Fixed issue with implicit SMTPS server startup
  • Fixed issue with implicit IMAPS server startup

v0.22.2

Choose a tag to compare

@marle3003 marle3003 released this 04 Aug 11:20
c11fba1

🐞 Bugfixes

  • Resolved an issue where mail recipient rules were not applied correctly.
  • Fixed a display issue with the autoCreateMailbox setting in the dashboard.

v0.22.1

Choose a tag to compare

@marle3003 marle3003 released this 30 Jul 21:19
f514e26

🚀 Changes

  • Improve mail views in dashboard

v0.22.0

Choose a tag to compare

@marle3003 marle3003 released this 28 Jul 06:24
9024da3

🚀 Changes

  • Introduce new mail configuration specification - View the Specification
  • Enhanced mail views in the dashboard for better usability
  • Added support for IMAP commands: SEARCH and APPEND

🐞 Bugfixes

  • Fix support Active Directory-style objectSid searches 618
  • Resolved issue with the SMTP STARTTLS extension
  • Fixed send function in mokapi/smtp JavaScript module when using self-signed certificates on the server

v0.21.0

Choose a tag to compare

@marle3003 marle3003 released this 06 Jul 21:05
bfdbd78

Changes

Add search support for docs in dashboard
Add IMAP commands: rename, delete and fetch

v0.20.1

Choose a tag to compare

@marle3003 marle3003 released this 23 Jun 12:20
fa356ea

Bugfixes

  • Fix parsing content type with quoted parameter value
  • Fix Kafka log message value was overwritten by key value

v0.20.0

Choose a tag to compare

@marle3003 marle3003 released this 19 Jun 20:41
7526d89

Changes

  • Add support for async scheduled event handler (JavaScript)
every('1m', async () => console.log('hello world'));

Bugfixes

  • Fix LDAP SID filtering by writing bytes directly instead of using WriteRune() (#585)

v0.19.1

Choose a tag to compare

@marle3003 marle3003 released this 12 Jun 21:05
20e5002

🐛 Fixes

Fixed patching of array values

  • Resolved an issue where patch() did not correctly apply changes to arrays in generated mock data.