Skip to content

Releases: EdurtIO/gcm

1.2.0

08 May 02:24
Compare
Choose a tag to compare

Gcm Version for 1.2.0 is released! GitHub Milestone

Thanks to the following contributors:

Thanks to the following users for providing issues:

General

  • Support quartz component
  • Support kafka component
  • Refactoring component directory

Netty changes

  • Fix return garbled code in Chinese
  • Fix unable to jump because of multiple requests on the same path issues-35
  • Support static file rendering issues-36

1.1.0

09 Apr 11:09
Compare
Choose a tag to compare

Gcm Version for 1.1.0 is released! GitHub Milestone

Thanks to the following contributors:

Thanks to the following users for providing issues:

General

  • Support h2 component
  • Support sqllite component
  • Support debry component

Commons changes

  • Remove common-lang dependency

Netty changes

  • Support @PathVariable, @RequestParam default value issues-34
  • Add support subclass parameter test case issues-31
  • Detailed error not returned after interface errorissues-32
  • Support @PutMapping and @DeleteMapping annotation
  • Support the main class add path experiment

Presto changes

  • Support Presto query feedback resources

ClickHouse chages

  • Support native-jdbc for clickhouse

1.0.9

21 Mar 10:22
Compare
Choose a tag to compare

Gcm Version for 1.0.9 is released! GitHub Milestone

Thanks to the following contributors:

Thanks to the following users for providing issues:

Commons chages

  • Classs support scan in jar file
  • Add maven install script
  • Support elasticsearch by api
  • Support hive

Netty changes

  • Fix that the program cannot start when the specified controller package is empty
  • Fix the scan error of non externally provided method in controller
  • Fix path is not specified / prefix makes path unrecognized
  • Fixed that the service could not scan the specified controller when using compressed packages
  • Fix that the view did not pass parameters, causing the service to fail to resolve

Postgres changes

  • Add @PostgresSource annotation

ClickHouse changes

  • Add @ClickHouseSource annotation

Docs changes

  • Add elasticsearch docs
  • Add hive doc

Example changes

  • Add elasticsearch example
  • Add hive example
  • Add zookeeper example

1.0.8

24 Feb 12:51
Compare
Choose a tag to compare

Gcm Version for 1.0.8 is released! GitHub Milestone

Thanks to the following contributors:

Thanks to the following users for providing issues:

Docs changes

  • Remove invalid mobile menu

Netty changes

  • Rebuilding object based routing buffer
  • Refactoring the parsing method of client request parameters
  • Fix new String(byte[]) DM_DEFAULT_ENCODING
  • Fix ParameterDispatcher file conflict
  • Fix @PathVariable not working issues-24
  • Support freemaker based view issues-19
  • Rename PathHandler to HttpPathHandler
  • Fix Error message oversimplification On netty issues-22

1.0.7

05 Feb 16:48
Compare
Choose a tag to compare

Gcm Version for 1.0.7 is release! GitHub Milestone

Thanks to the following contributors:

General changes

Common changes

  • Add custom Java switch tool

Netty changes

  • Add @GetMapping, @PostMapping annotation
  • Fix the problem that LinkedTreeMap can't perform type parsing when passing List type data conversion issues-13
  • Fix the problem of using @RestController annotation to return data results issues-17

Release 1.0.6 (2021-01-29)

29 Jan 16:25
Compare
Choose a tag to compare

Gcm Version for 1.0.6 is release! GitHub Milestone

Thanks to the following contributors:

General changes

  • Add common doc for general
  • Support Junit test framework
  • Support Mybatis test framework issues-8
  • Add a highly available HTTP client tool based on okhttp
  • Support Presto query engine by client api issues-10

Netty changes

  • Add docs

Redis changes

  • Support redis component to operate list data
  • Improve component test cases
  • Support redis component to operate set data

Release 1.0.5 (2021-01-22)

22 Jan 02:36
Compare
Choose a tag to compare

Gcm Version for 1.0.5 is release!

General changes

MySql changes

  • Rename module and provider
  • Support constom configuration path

PostgreSQL changes

  • Rename module and provider
  • Support constom configuration path

Zookeeper changes

  • Support constom configuration path

Redis changes

  • Support constom configuration path

Netty

  • Support @RestController, @RequestMethod annotation
  • Support auto scan controller issues-2
  • Support constom configuration path
  • Rename NettyServer to GcmNettyApplication
  • Support print routers for netty component