Skip to content

Releases: HashLoad/horse

3.2.0

30 Mar 20:46
44ccf97

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.9...3.2.0

3.1.9

17 Sep 18:25
0dd85a9

Choose a tag to compare

What's Changed

Full Changelog: 3.1.8...3.1.9

3.1.8

14 Sep 14:36

Choose a tag to compare

Full Changelog: 3.1.7...3.1.8

3.1.7

14 Sep 14:29

Choose a tag to compare

What's Changed

  • Implementacoes para tratamento de QueryParams como List by @fabiohmribeiro in #391
  • Na versão Seattle o Body do Request não esta reconhecendo caracteres especiais by @ds-sampaio in #364
  • Added Support for "Delphi 12 Athens" in Update README.md by @ShaunRoselt in #420
  • Update LICENSE Copyright to 2025 by @ShaunRoselt in #421
  • The HORSE_NOPROVIDER define has been included. It allows packages to … by @mppbg in #423
  • Fixed spelling mistake in HorseConstants.pas by @ShaunRoselt in #432
  • Limpeza e reorganização de units by @ViniAbreu in #427

New Contributors

Full Changelog: 3.1.6...3.1.7

3.1.6

16 Feb 20:11

Choose a tag to compare

e52a0b2 Adicionado o "detail" em EHorseException.ToJSONObject
Added "detail" on EHorseException.ToJSONObject

95ed98c Adicionado o middleware Horse-XMLDoc
Add new middleware Horse-XMLDoc

2679601 Adicionado MaxConnections no módulo Apache
Added MaxConnections on Apache mode

815933a Adicionado métodos virtuais
Added virtual methods

🔺fbe9025 Correção de memory leaks
Bug fix: memory leak

🔺e53c485 Correção na opção Apache Module
Bug fix: Apache module option

🔺abf8c10 Correção de erro mime types
Bug fix: horse mime types

3.1.5

17 Aug 11:17

Choose a tag to compare

  • 🔺 12d7255 Correção de erro no provider VCL
    Bug fix VCL

3.1.4

07 Aug 12:11

Choose a tag to compare

  • 26ca310 Overload do método construtor com opção para informar o erro
    Created a overload constructor with string parameter

  • 24dc9b2 3589a8d Adicionado Contains, StartsWith e EndsWith no LHS Brackets
    Add new LHS Brackets: Contains, StartsWith and EndsWith

  • 5b7065a Adicionado a property Detail e adicionado o método ToJsonObject
    Added Detail property and ToJsonObject method

  • f3088cd 897108d Melhorias no código
    Code improvements

  • 🔺 a63094c Hotfix Correção do Get Environment Variables usando Delphi para Linux
    Get Environment Variables using Delphi for Linux

  • 🔺 0d839f9 Correção de erro no provider VCL (Alexandre Magno)
    Bug fix VCL provider (Alexandre Magno)

  • 🔺 8e26696 Correção do uses na unit Horse.Exception para FPC
    Fix uses clause of Horse.Exception when FPC is defined

3.1.3

12 May 11:42

Choose a tag to compare

🔺 f1fc61e Bug na compilação para Lazarus
Bug fix: lazarus build

3.1.2

05 May 17:30

Choose a tag to compare

  • 30c0e2e KeepConnectionAlive como padrão será True
    KeepConnectionAlive default is true

  • 🔺 cb824bc Correção de erro: query params com espaços em branco
    Bug fix: Query params field with blank space

  • 🔺 c73c237 Correção de erro: ao acessar um endpoint que não existe
    Bug fix: not found

3.1.1

13 Apr 12:26

Choose a tag to compare

  • b0bea0f #330 Horse.Exception - Preencher propriedade Message
    Horse.Exception - Populate Message property

  • 5b412a5 1f1859e Alteração do README.md
    Updated README.md

  • 🔺 e99d380 #332 - Alterando a comparação de String.IsEmpty para igual a EmptyStr, para compatibilidade com Delphi 10 Seattle
    Changing comparison of String.IsEmpty to equal EmptyStr, for compatibility with Delphi 10 Seattle