Milkman Changelog

What's new in Milkman 5.9.0

Mar 12, 2024
  • Added marketplace for plugins.
  • Improved CURL importer.

New in Milkman 5.8.0 (Jan 18, 2024)

  • Base64 keytype
  • Oauth: Authentication Grant flow now supports choosing port for return url
  • Extended information on http responses (ssl certificate, body size etc)
  • Support for client certificate (for testing mTls)
  • New Plugin management plugin - many thanks to @lopitz
  • Checkout new themes from @lopitz as well

New in Milkman 5.7.0 (Nov 1, 2023)

  • Minor UI fixes
  • Http/3 protocol support (experimental)
  • Improving drawing-performance for big json responses
  • Using java 17
  • New NoSql plugin, supporting all nosql DBs via JNoSql
  • Insomnia Import (due to recent events)

New in Milkman 5.6.0 (Mar 6, 2023)

  • Code templates (see Features)
  • Some predefined exporters for:
  • Spring RestTemplate
  • Spring Webclient
  • Added auto-issuing of oauth2 tokens, when necessary (e.g. no refresh token or refresh failed)
  • SOCKS proxy support for jdbc (if the driver supports it) and cassandra

New in Milkman 5.4.0 (Mar 7, 2022)

  • Added debug output to see what got send (http only for now)
  • Store customized table-column widths
  • Added option to not export keys on workspace export
  • Added option to repeat a test n times
  • Fix: ignore disabled headers in http exporter
  • Added Drag&Drop for folders
  • Added colors/icons to request types and status information (can be disabled in options)
  • Disabled javafx off-color subpixel antialiasing for font (macOs)
  • Openapi import: importing server-urls as environment variables
  • Added colors to environments

New in Milkman 5.3.0 (Jun 21, 2021)

  • mask plain-keys on overview
  • timeouts for oauth
  • auto-refresh for oauth only on usage (not on preview)
  • oauth client-credential transmission via header or form parameter now
  • auto-completion now includes prefixed resolvers (such as key:)
  • new WebSocket plugin

New in Milkman 5.2.0 (Apr 23, 2021)

  • Added key-store that is not synced
  • Added oauth2 support (client-credential, password grant, authorization code (w/o fixed redirect-url))

New in Milkman 5.1.0 (Feb 8, 2021)

  • Added horizontal layout switch
  • Added result environment to test plugin
  • Fixed bugs in test-plugin that lead to re-execution of tests
  • Added support for line-breaks in x-www-form-urlencoded mimetype requests
  • Improved dirty-indicator for request tabs
  • Added Grpc Tls support
  • Refactored theming (using scss now), added new trump theme
  • Added read-only sync mode to only pull changes

New in Milkman 5.0.0 (Nov 20, 2020)

  • included cassandra plugin and Grpc plugin into macos app bundle
  • reordered toolbar-actions
  • added image-preview for responses of picture-mimetype
  • added new plugin testing plugin for running test suites
  • added duplicate request to tab context menu
  • added cache for cassandra-connections, so subsequent calls are faster
  • fixing multipart requests to use CRLF in body #76

New in Milkman 4.6.0 (Aug 9, 2020)

  • Added option to disable ui animations
  • Added cqlsh export for cassandra
  • Added curl, http export for graphql
  • Added grpcurl export
  • Added full resolve for privatebin export
  • Fixed bug in grpc endpoint field
  • Improved grpc service discovery command

New in Milkman 4.5.0 (Jun 6, 2020)

  • Added cassandra plugin
  • Added curl import

New in Milkman 4.4.0 (Apr 10, 2020)

  • Added openApi v3.0 yaml importer
  • Support for pluggable environment resolvers + script support
  • Things like {{js:base64("test:me"}} is supported now, see scripting plugin for more information
  • Added support for pre-request scripts
  • Added support for pre-loading scripts before executing pre/post request scripts (e.g. load chai before asserting things)
  • Added output method for scripts via console.log / print (logging)

New in Milkman 4.3.0 (Mar 23, 2020)

  • Several UX enhancements / fixes
  • Made search case-insensitive
  • Reworked "save as.." dialog.
  • Support folders
  • More intelligent matching of collections, using given chars to match, not necessarily substring
  • Improved behavior of code editor
  • Auto-indent based on content (json supported for now)
  • Tabs as spaces
  • Outdenting supported
  • Added quick-view&edit of template parameters (Ctrl-Space) (see Features)
  • Added popup area for editing long urls
  • Fixed proxy authentification, added realm info

New in Milkman 4.2.0 (Mar 5, 2020)

  • Removed FXML dependency (small performance improvement, preparation for native image)

New in Milkman 4.1.0 (Feb 15, 2020)

  • Added import/export of whole workspace
  • Fixed crash caused by disclosure node in tree view

New in Milkman 4.0.0 (Jan 2, 2020)

  • Added Grpc plugin
  • Changed way of proxy authentication for http2 client to be less rigid
  • Made Milkman asynchronous at core, for better support of streaming response types, such as Grpc Streaming, SSE or WebSockets
  • Added chunking support for http plugin, enabling Server-sent events (SSE) testing.

New in Milkman 3.7.1 (Dec 6, 2019)

  • Release of Milkman