Skip to content

v1.0.1

Compare
Choose a tag to compare
@Zzm0809 Zzm0809 released this 13 Mar 15:11
3949fb5

Dinky-1.0.1 Release Note

1.0.1 is a BUG repair version, no database upgrade changes, can be directly upgraded

About SCALA version: The release version uses Scala-2.12. If your environment must use Scala-2.11, please compile it yourself.
Please refer to Compile Deployment and change the scala-2.12 in the profile. for scala-2.11

New Feature

  • Add some Flink Options classes to trigger shortcut prompts
  • Implement automatic scrolling of console logs during data development

Fix

  • Fixed the problem that the SMS alarm plug-in was not packaged
  • Fixed NPE exception and some other issues when creating UDF
  • Fixed job type rendering exception when creating tasks
  • Fixed the issue of page crash when viewing Catalog during data development
  • Fixed parameter configuration problem when using add jar with s3
  • Fix some issues with rs voluntary agreement
  • Fixed the routing error jump problem in the quick navigation in data development
  • Fixed the issue that the console was not closed when selecting UDF task type
  • Fixed the issue where the decimal data type exceeds 38 digits (more than 38 digits will be converted to string)
  • Fixed the problem that some pop-up boxes could not be closed
  • Fixed the problem that global variables cannot be recognized in application mode
  • Fixed the problem of array out-of-bounds when obtaining container in application mode
  • Fix the problem that add file cannot be parsed

Optimization

  • Optimize some front-end request URLs into agreed constants
  • Optimize the startup script and remove the FLINK_HOME environment variable loading
  • Optimize the prompt message when the password is incorrect
  • Optimize tag display of data development tasks
  • Turn off automatic preview in the data development editor
  • Optimize the expression variable definition method, changing from file definition to system configuration definition
  • Optimize the prompt message that query statements are not supported in application mode
  • Optimize the rendering effect of FlinkSQL environment list
  • Optimize the environment check exception prompt when building GIT projects
  • Optimize the cluster for NPE issues that may occur during heartbeat detection

Document

  • Added built-in variable documents for synchronization of the entire library
  • Optimize document version
  • Add EXECUTE JAR task DEMO
  • Optimize some copywriting tips when creating cluster configurations
  • Optimize some paths in the entire database synchronization document